mirror of
https://github.com/SuperManito/LinuxMirrors.git
synced 2026-09-07 00:29:32 +08:00
16 lines
325 B
HTML
16 lines
325 B
HTML
{% include "partials/tags.html" %}
|
|
|
|
{% include "partials/actions.html" %}
|
|
|
|
{% if "\u003ch1" not in page.content %}
|
|
<h1>{{ page.title | d(config.site_name, true)}}</h1>
|
|
{% endif %}
|
|
|
|
{{ page.content }}
|
|
|
|
{% include "partials/source-file.html" %}
|
|
|
|
{% include "partials/feedback.html" %}
|
|
|
|
{% include "partials/comments.html" %}
|