now using jinja2 block / template, rather than jscript to fill content

This commit is contained in:
2020-11-14 11:20:52 +11:00
parent 5fd4479555
commit b885bf30e4
3 changed files with 66 additions and 15 deletions

View File

@@ -1,3 +1,6 @@
{% extends "base.html" %}
{% block main_content %}
<h3>Authors</h3>
<table id="book_table" class="table table-striped table-sm" data-toolbar="#toolbar" data-search="true">
<thead>
@@ -11,3 +14,4 @@
{% endfor %}
</tbody>
</table>
{% endblock main_content %}