Files
devopsexam/templates/public_page.html
2017-07-01 18:37:53 +08:00

6 lines
187 B
HTML

{% extends "layout.html" %}
{% block page_title %}Public Page{% endblock %}
{% block body %}
{{ super() }}
You can access this no matter whether you have logged in.
{% endblock %}