diff --git a/apps/receitas/templates/base.html b/apps/receitas/templates/base.html index e6d0958..3c1f9c4 100644 --- a/apps/receitas/templates/base.html +++ b/apps/receitas/templates/base.html @@ -25,6 +25,9 @@ {% block content %} {% endblock %} + + {% include 'partials/footer.html' %} + diff --git a/apps/receitas/templates/index.html b/apps/receitas/templates/index.html index 82a6d33..b3de9ee 100755 --- a/apps/receitas/templates/index.html +++ b/apps/receitas/templates/index.html @@ -7,101 +7,7 @@ - -
- -
- -
-
-
-
- - -
-
-
-
-
- - -
- - -
-
-
- - - - -
-
- - -
-
-
-
-
- - -
-
-
- - -
-
-
-
- + {% include 'partials/header.html' %}
@@ -146,24 +52,4 @@
Nome da receita
- - - - {% endblock %} \ No newline at end of file diff --git a/apps/receitas/templates/partials/footer.html b/apps/receitas/templates/partials/footer.html new file mode 100644 index 0000000..3f96f1b --- /dev/null +++ b/apps/receitas/templates/partials/footer.html @@ -0,0 +1,18 @@ +{% load static %} + \ No newline at end of file diff --git a/apps/receitas/templates/partials/header.html b/apps/receitas/templates/partials/header.html new file mode 100644 index 0000000..1e4e703 --- /dev/null +++ b/apps/receitas/templates/partials/header.html @@ -0,0 +1,91 @@ +{% load static %} + +
+ +
+ +
+
+
+
+ + +
+
+
+
+
+ + +
+ +
+
+
+ + + + +
+
+ + +
+
+
+
+
+ + +
+
+
+ + +
+
+
+
\ No newline at end of file diff --git a/apps/receitas/templates/receita.html b/apps/receitas/templates/receita.html index d16466f..be14455 100755 --- a/apps/receitas/templates/receita.html +++ b/apps/receitas/templates/receita.html @@ -7,147 +7,56 @@ - -
- -
+ {% include 'partials/header.html' %} + +
-
-
-
- - -
-
-
-
-
- - -
- - -
-
-
- -
- +
+
+
+
- - -
-
- - -
+
+
-
-
- - -
-
-
- - -
-
-
-
- - - -
-
- -
-
- -
-
- -
-
- -
+
+
- -
-
-
- + +
+
+
+
+
- -
-
+ +
+
-
-
-
- 30 de Fevereiro, 2000 -

Nome da receita

-
-
Preparo: 15 minutos
-
Rendimento: 2 porçoes
-
Categoria: categoria
-
Por: Pessoa
-
+
+
+
+ 30 de Fevereiro, 2000 +

Nome da receita

+
+
Preparo: 15 minutos
+
Rendimento: 2 porçoes
+
Categoria: categoria
+
Por: Pessoa
+
@@ -168,25 +77,8 @@

Ingredientees

- - - -
-
-
-
- - - - -
-
- +
+ {% endblock %} \ No newline at end of file