yig/cceexplorer/templates/main.html

7 lines
133 B
HTML

{% extends "base.html" %}
{% block title %} testing title {% endblock %}
{% block defcontent %}
<h1>testing</h1>
{% endblock %}