yig/cceexplorer/templates/main.html

7 lines
133 B
HTML
Raw Normal View History

2024-05-20 05:21:13 -05:00
{% extends "base.html" %}
{% block title %} testing title {% endblock %}
{% block defcontent %}
<h1>testing</h1>
{% endblock %}