9c11ba4d38
- Delete old files - Re-estructure project dirs
9 lines
162 B
HTML
9 lines
162 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
<div class="row">
|
|
<h1><strong>Program</strong> </h1>
|
|
<h2> To be announced</h2>
|
|
</div>
|
|
{% endblock %}
|