theme/templates/article.html [9:24]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {% include "styles.html" %} {% include "menu.html" %} {% include "generic.html" %} {% include "footer.html" %} {% endblock %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - theme/templates/page.html [9:24]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {% include "styles.html" %} {% include "menu.html" %} {% include "generic.html" %} {% include "footer.html" %} {% endblock %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -