Files
nicholaswilde_recipes/overrides/partials/content.html
nιcнolaѕ wιlde bf6119c39d refactor: convert to zensical
Signed-off-by: nιcнolaѕ wιlde <ncwilde43@gmail.com>
2025-12-11 12:57:35 -08:00

13 lines
381 B
HTML

{#-
This file was automatically generated - do not edit
-#}
{% include "partials/actions.html" %}
{% if "\u003ch1" not in page.content %}
<h1>{{ page.title | d(config.site_name, true)}}</h1>
{% endif %}
{{ page.content }}
{% include "partials/tags.html" %}
{% include "partials/source-file.html" %}
{% include "partials/feedback.html" %}
{% include "partials/comments.html" %}