File indexing completed on 2025-03-09 04:45:17
0001 {% extends "main.html" %} 0002 0003 {% block box %} 0004 0005 <div class="center"> 0006 <h2>{{ title }}</h2> 0007 <p>{{ subtext }}</p> 0008 </div> 0009 0010 {% endblock box %}
File indexing completed on 2025-03-09 04:45:17
0001 {% extends "main.html" %} 0002 0003 {% block box %} 0004 0005 <div class="center"> 0006 <h2>{{ title }}</h2> 0007 <p>{{ subtext }}</p> 0008 </div> 0009 0010 {% endblock box %}