mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
8 lines
157 B
HTML
8 lines
157 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}{{ section.title }}{% endblock title %}
|
|
|
|
{% block content %}
|
|
{{ section.content | safe }}
|
|
{% endblock content %}
|