aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-pds/templates/thread.html
blob: e2e2e963c951411997d0f7ea4ed92067d05da0ed (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}
{% import "macro.html" as macro %}

{% block post %}

Post stuff will go here

{% endblock %}