FoBot/web/templates/blog/entry.html

5 lines
88 B
HTML
Raw Permalink Normal View History

2018-10-08 23:41:54 +02:00
{% extends "../base.html" %}
{% block body %}
{% module BlogEntry(entry) %}
{% end %}