init
This commit is contained in:
commit
536c3856e1
89 changed files with 8421 additions and 0 deletions
19
templates/taxonomy_list.html
Normal file
19
templates/taxonomy_list.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
{% extends "index.html" %}
|
||||
{% import "index_macros.html" as index_macros %}
|
||||
{% import "taxonomy_macros.html" as taxonomy_macros %}
|
||||
|
||||
{% block content %}
|
||||
<!-- START NAV -->
|
||||
{% block header %}
|
||||
{{ super() }}
|
||||
{% endblock header %}
|
||||
<!-- END NAV -->
|
||||
<main>
|
||||
<!-- START HERO TITLE -->
|
||||
{{ index_macros::hero(title=title) }}
|
||||
<!-- END HERO TITLE -->
|
||||
<!-- START TAXONOMY LIST -->
|
||||
{{ taxonomy_macros::list(terms=terms) }}
|
||||
<!-- END TAXONOMY LIST -->
|
||||
</main>
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue