webdist/app/templates/button.html

8 lines
126 B
HTML
Raw Permalink Normal View History

{% extends 'index.html' %}
{% block body %}
<h2>Output:</h2>
<div class="card">
<pre>{{ output }}</pre>
</div>
{% endblock %}