7 lines
140 B
HTML
Executable File
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 %}
|