1
0
mirror of https://github.com/Adam-Ant/QuotesDB synced 2025-06-15 05:41:13 +00:00

Move some structure to child files, allows more flexibility

This commit is contained in:
Adam Dodman
2017-10-05 22:05:34 +01:00
parent 130584e280
commit b99c0f195f
6 changed files with 43 additions and 30 deletions

View File

@ -1,8 +1,10 @@
{% extends "layout.html" %}
{% block body %}
<div class="container">
<div class="jumbotron">
<h1>Clockwork Quotes Database</h1>
<p><a class="btn btn-lg btn-success" href="/quotes" role="button">View Quotes</a></p>
<p><a class="btn btn-lg btn-info" href="/addquote" role="button">Add a Quote</a></p>
</div>
</div>
{% endblock %}