{# 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. #} {{ page.title }} · {{ site.title }} {%- if site.base_url %} {%- endif %} {%- if page.excerpt %} {%- endif %} {%- if stylesheet %} {%- endif %}

{{ page.title }}

{%- if page.date_iso %}

{%- endif %} {%- if page.tags %}

{% for tag in page.tags %}#{{ tag }} {% endfor %}

{%- endif %} {% block content %}{{ body | safe }}{% endblock %}