blog/tblog/templates/noauth/index.html

10 lines
205 B
HTML
Raw Permalink Normal View History

2024-12-31 19:56:46 -05:00
{% extends "base.html" %}
{% block body %}
<h1>tBlog</h1>
<div>Write things about... stuff</div>
<p>
<a href="{{ config.services.auth.url.pub }}/login/?to=blog">Log in</a>
</p>
{% endblock %}