ggdworkshop/templates/program.html
German Correa 9c11ba4d38 Manual merge html from master
- Delete old files
- Re-estructure project dirs
2017-12-09 19:18:51 -03:00

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 %}