many many many Varia's websites, work in progress: https://many.vvvvvvaria.org
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.
 
 
 
 
 
 

15 lines
446 B

{% extends "base.html" %}
{% block content %}
<div id="streams" class="column">
<h1>streams</h1>
{% include 'stream.html' ignore missing with context %}
</div>
<div id="announcements" class="column">
<h1>announcements</h1>
{% include 'announcements.html' ignore missing with context %}
</div>
<div id="log" class="column">
<h1>log</h1>
{% include 'log.html' ignore missing with context %}
</div>
{% endblock content %}