xppl/app/templates/about.html

7 lines
140 B
HTML
Raw Normal View History

2018-05-20 00:10:01 +02:00
{% extends "base.html" %}
{% block main %}
<h1 class="page-header">About</h1>
<p>This an interface to the XPUB Library.</p>
{% endblock %}