init
This commit is contained in:
commit
d013ece0f3
363 changed files with 20823 additions and 0 deletions
10
themes/duckquill/templates/page.html
Normal file
10
themes/duckquill/templates/page.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ page.title }}</h1>
|
||||
{%- include "partials/statements.html" -%}
|
||||
{%- if page.extra.toc and not page.extra.toc_sidebar -%}
|
||||
{%- include "partials/toc.html" -%}
|
||||
{%- endif -%}
|
||||
{{ page.content | safe }}
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue