blob: d6697c8ee7e76e0bca13b6a3ff3b94b4cda54ca3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{% extends "base.html" %} {% block title %} welcome 👋{% endblock %} {% block
heading %}{% endblock %} {% block content %}
<main>
<h1>index.recipes</h1>
<p>
Welcome. Index.recipes is your own personal recipe database that gets rids
of all the noise and bloat of modern recipe sites.
</p>
<p>
You can add URLs for your favourite recipes and your own personal searchable
recipe database will be created.
</p>
<p>Cheers 🍻</p>
</main>
{% endblock %}
|