website for beta festival 2024
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
343 B

6 months ago
{% extends "base.html" %}
{% block title %}{{ title }}{% endblock %}
{% block content %}
<div id="main-wrapper">
{% include '_nav.html' %}
<div id="main-container">
<div id="article-container">
</div>
</div>
<hr>
<div id="page-header">
<div>/{{ title }}</div>
</div>
</div>
<div id="container"></div>
{% endblock content %}