MVP done, along with delete button
This commit is contained in:
14
templates/empty.html
Normal file
14
templates/empty.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Recipes{% endblock %}
|
||||
|
||||
{% block html_head %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h1>Bread Recipes</h1>
|
||||
|
||||
<p>You haven't added any recipes yet!</p>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user