diff options
Diffstat (limited to 'built-texts/templates/colophon.html')
-rw-r--r-- | built-texts/templates/colophon.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/built-texts/templates/colophon.html b/built-texts/templates/colophon.html new file mode 100644 index 0000000..515b484 --- /dev/null +++ b/built-texts/templates/colophon.html @@ -0,0 +1,6 @@ +{% if COLOPHON %} +<div class="span8" id="colophon"> + <h2 align="center">{{ COLOPHON_TITLE }}</h2> + <p align="justify"> {{ COLOPHON_CONTENT }} </p> +</div> +{% endif %} |