diff options
Diffstat (limited to 'adenosine-pds/templates/post.html')
-rw-r--r-- | adenosine-pds/templates/post.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/adenosine-pds/templates/post.html b/adenosine-pds/templates/post.html new file mode 100644 index 0000000..d7e6c85 --- /dev/null +++ b/adenosine-pds/templates/post.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block post %} +Post page (TODO) +{% endblock %} |