about summary refs log tree commit diff
path: root/templates/post.html
AgeCommit message (Collapse)AuthorFilesLines
2018-04-15 fix(templates/post): Correctly insert post bodyVincent Ambo1-1/+1
2018-04-15 refactor(templates/render): Add generic post editing templateVincent Ambo1-0/+103
Adds a generic template that can be used for submitting, responding to and editing posts.