xppl/app/templates/home.html

16 lines
376 B
HTML
Raw Normal View History

2018-05-20 00:10:01 +02:00
{% extends "base.html" %}
{% block main %}
2018-06-01 23:53:25 +02:00
<h1 class="header" id="title_xppl">XPPL</h1>
2018-05-20 00:10:01 +02:00
<p class="lead">This is the awesome library of Experimental Publishing. <br>
This might only be one interface to this library:
</p>
2018-06-01 23:27:26 +02:00
<a href="{{url_for('scape')}}">Scape</a>
<a href="{{url_for('show_books_grid')}}">Grid</a>
<a href="{{url_for('show_books')}}">List</a>
2018-05-20 00:10:01 +02:00
2018-05-20 00:10:01 +02:00
{% endblock %}