initial commit
This commit is contained in:
6
templates/private_page.html
Normal file
6
templates/private_page.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block page_title %}Private Page{% endblock %}
|
||||
{% block body %}
|
||||
{{ super() }}
|
||||
Only logged-in users, like you, can access this page.
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user