mirror of
https://github.com/tiyn/container-critique.git
synced 2025-12-17 00:49:46 +01:00
src: added user page
This commit is contained in:
12
src/templates/user.html
Normal file
12
src/templates/user.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "template.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<div class="archive">
|
||||
<h1>User: {{ User }}</h1><br>
|
||||
{% autoescape off %}
|
||||
{{ content_string }}
|
||||
{% endautoescape %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user