{% if "material/tags" in config.plugins and tags %} {% include
"partials/tags.html" %} {% endif %}
{% include "partials/actions.html" %}
{% if "\x3ch1" not in page.content %}
{{ page.title | d(config.site_name, true)}}
{% endif %}
{% if page.nb_url %}
{% include "partials/notebook_links.html" %}
{% endif %}
{{ page.content }}
{% if page.nb_url %}
{% include "partials/notebook_links.html" %}
{% endif %}
{% include "partials/source-file.html" %}
{% include "partials/feedback.html" %}
{% include "partials/comments.html" %}