{% 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 %}