winter/themes/demo/partials/calcresult.htm

9 lines
256 B
HTML
Raw Normal View History

2014-05-14 23:24:20 +10:00
{% if result %}
<span class="lead">
The result is <span class="label label-success">{{ result }}</span>
</span>
2014-05-14 23:24:20 +10:00
{% else %}
<span class="text-muted">
Click the <em>Calculate</em> button to find the answer.
</span>
2014-05-14 23:24:20 +10:00
{% endif %}