{{ article.title }}
- {% import 'translations.html' as translations with context %} - {{ translations.translations_for(article) }}- -{% endblock %} + +{% endblock content %} diff --git a/deadsands/deadsands-theme/templates/base.html b/deadsands/deadsands-theme/templates/base.html index 6035813..5322c6c 100644 --- a/deadsands/deadsands-theme/templates/base.html +++ b/deadsands/deadsands-theme/templates/base.html @@ -6,9 +6,9 @@ - {% if FAVICON %} - - {% endif %} + {% if FAVICON %} + + {% endif %} {% endblock head %} @@ -18,7 +18,6 @@