diff options
Diffstat (limited to 'pyaggr3g470r/templates/management.html')
-rw-r--r-- | pyaggr3g470r/templates/management.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html new file mode 100644 index 00000000..a50d16fb --- /dev/null +++ b/pyaggr3g470r/templates/management.html @@ -0,0 +1,14 @@ +{% extends "layout.html" %} +{% block content %} +<div class="container"> + <div class="jumbotron"> + <h1>Subscriptions</h1> + + </div> + + <div class="jumbotron"> + <h1>Database</h1> + <p>{{ nb_article }} articles are stored in the database.</p> + </div> +</div><!-- /.container --> +{% endblock %}
\ No newline at end of file |