##// END OF EJS Templates
Using opening post ID from cache, not passing it to the post view
Using opening post ID from cache, not passing it to the post view

File last commit:

r152:402a3d7f default
r621:59a1deab default
Show More
static_base.html
9 lines | 176 B | text/html | HtmlLexer
neko259
Added a help page.
r152 {% extends "boards/base.html" %}
{% load i18n %}
{% block content %}
<div class="post">
{% block staticcontent %}
{% endblock %}
</div>
{% endblock %}