{{ page.title }}
{%- if page.date_iso %} {%- endif %} {%- if page.tags %}{% for tag in page.tags %}#{{ tag }} {% endfor %}
{%- endif %} {% block content %}{{ body | safe }}{% endblock %}{# Page layout for org-ssg. Styling comes from styles.css, a verbatim copy of theme/static/styles.css — the stylesheet weblorg already serves. org-ssg publishes assets from inside its source directory, so the copy lives here; `diff content/styles.css theme/static/styles.css` should stay empty, or consolidate the two if you migrate for real. Available here: page (.title .url .date .date_iso .tags .excerpt .toc .keywords), site, nav, root, stylesheet. See the org-ssg guide chapter on Templates. #}
{% for tag in page.tags %}#{{ tag }} {% endfor %}
{%- endif %} {% block content %}{{ body | safe }}{% endblock %}