mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +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 %}
|