mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-23 01:29:08 +00:00
8 lines
163 B
HTML
8 lines
163 B
HTML
![]() |
{% extends "base.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
Hello, {{ username | default('poop') | safe }}! This is just some content.
|
||
|
|
||
|
<div id="dynamic"></div>
|
||
|
{% endblock %}
|