8 lines
343 B
HTML
8 lines
343 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1>Welcome to Bear's den! 🐻</h1>
|
|
|
|
<p>Theme inspired by <a href="https://suckless.org/">suckless</a>. Website powered by <a href="https://getzola.org/">zola</a>.</p>
|
|
<p>If you wonder, where the URL of this website comes from, <i>Brloh</i> is Czech for "bear's den".</p>
|
|
{% endblock content %}
|