Split base into multiple partials
This commit is contained in:
parent
c96adc71f9
commit
98cfee4ce2
19 changed files with 199 additions and 198 deletions
7
templates/partial/footer.html
Normal file
7
templates/partial/footer.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<footer>
|
||||
{% if CC_LICENSE %}
|
||||
{% include "partial/cc_license.html" %}
|
||||
{% else %}
|
||||
{% include "partial/copyright.html" %}
|
||||
{% endif %}
|
||||
</footer>
|
Loading…
Add table
Add a link
Reference in a new issue