{# [[file:../../../arcology.org::*=arcology/page.html= extends =app.html= to embed the Org page and its metadata][=arcology/page.html= extends =app.html= to embed the Org page and its metadata:1]] #} {% extends "arcology/app.html" %} {# =arcology/page.html= extends =app.html= to embed the Org page and its metadata:1 ends here #} {# [[file:../../../arcology.org::*=arcology/page.html= extends =app.html= to embed the Org page and its metadata][=arcology/page.html= extends =app.html= to embed the Org page and its metadata:2]] #} {% block title %}{{ head_title }}{% endblock %} {# =arcology/page.html= extends =app.html= to embed the Org page and its metadata:2 ends here #} {# [[file:../../../arcology.org::*=arcology/page.html= extends =app.html= to embed the Org page and its metadata][=arcology/page.html= extends =app.html= to embed the Org page and its metadata:3]] #} {% block extra_head %} {% for feed in feeds %} {% endfor %} {% if page.allow_crawl is none or page.allow_crawl is '"nil"' %} {% else %} {% endif %} {% endblock %} {# =arcology/page.html= extends =app.html= to embed the Org page and its metadata:3 ends here #} {# [[file:../../../arcology.org::*=arcology/page.html= extends =app.html= to embed the Org page and its metadata][=arcology/page.html= extends =app.html= to embed the Org page and its metadata:4]] #} {% load cache %} {% block content %} {# HTML is sent through without HTML Escaping via | safe #} {{ html_content | safe }} {% cache 604800 sidebar page.file.digest %} {% endcache %} {% endblock %} {# =arcology/page.html= extends =app.html= to embed the Org page and its metadata:4 ends here #}