{% if "material/tags" in config.plugins and tags %}
{% include "partials/tags.html" %}
{% endif %}
{% include "partials/actions.html" %}
{% set is_landing = page.meta and page.meta.landing %}
{% if is_landing %}
{% endif %}
{{ page.content }}
{% if is_landing %}
{% endif %}
{% include "partials/source-file.html" %}
{% include "partials/feedback.html" %}
{% include "partials/comments.html" %}