8 lines
196 B
HTML
8 lines
196 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1 class="title">
|
|
This is Andromeda's blog.
|
|
</h1>
|
|
<p><a href="{{ get_url(path='@/daily/_index.md') }}">Daily Posts</a></p>
|
|
{% endblock content %}
|