mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 20:32:48 +00:00
10 lines
169 B
HTML
10 lines
169 B
HTML
{% extends "layouts/default.html" %}
|
|
|
|
{% block imports %}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>Test</h1>
|
|
<a href="/frontend/user/{{ owner }}">Back</a>
|
|
{% endblock %}
|