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