slovocast/app/templates/home.twig

8 lines
162 B
Twig
Raw Normal View History

2024-05-16 02:27:06 +00:00
{% extends 'layouts/skeleton.twig' %}
2024-05-16 02:03:49 +00:00
2024-05-16 02:27:06 +00:00
{% block content %}
2024-05-16 02:03:49 +00:00
<div>
2024-11-07 02:50:14 +00:00
<p>Welcome to Slovocast, the no-bullshit podcast hosting platform.</p>
2024-05-16 02:03:49 +00:00
</div>
{% endblock %}