summaryrefslogtreecommitdiff
path: root/gstudio/tests/templates/gstudio/nodetype_detail.html
blob: 43491f7c8c66a1289fa3480d9b972e3f823aa929 (plain)
1
2
3
4
5
6
7
{% extends "gstudio/base.html" %}

{% block title %}{{ object.title }}{% endblock %}

{% block content %}
 {{ object.html_content|safe }}
{% endblock %}