mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-07 15:55:00 +00:00
9 lines
273 B
HTML
9 lines
273 B
HTML
{% extends "base.html" %}
|
|
|
|
{%- block head -%}{%- set page = page | default(value = section) -%}
|
|
{%- set title = page.title -%}
|
|
{%- endblock head -%}
|
|
|
|
{%- block content -%}{%- set page = page | default(value = section) -%}
|
|
{{ page.content | safe }}
|
|
{%- endblock content -%}
|