xppl/app/templates/about.html
2018-05-20 00:10:01 +02:00

7 lines
140 B
HTML
Executable File

{% extends "base.html" %}
{% block main %}
<h1 class="page-header">About</h1>
<p>This an interface to the XPUB Library.</p>
{% endblock %}