mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 06:38:03 +08:00
8 lines
151 B
HTML
8 lines
151 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}{{ page.title }}{% endblock title %}
|
|
|
|
{% block content %}
|
|
{{ page.content | safe }}
|
|
{% endblock content %}
|