diff --git a/ReyMotaAppsDj/reymota/templates/base.html b/ReyMotaAppsDj/reymota/templates/base.html index 9da86bd..c211614 100644 --- a/ReyMotaAppsDj/reymota/templates/base.html +++ b/ReyMotaAppsDj/reymota/templates/base.html @@ -3,10 +3,128 @@ {% include "_head.html" %} - {% block cabecera %} - {% include "_cabecera.html" %} - {% endblock cabecera %} - +
+
+
+
+
+ + + + {% block menuapp %} +
+ +
+ + {% endblock menuapp %} + +
+ +
+ +
+
+
+
+ +
+
+
+ × + + {% include "_branding.html" %} + + +
+
+ +
+
diff --git a/ReyMotaAppsDj/reymota/templates/libros/index.html b/ReyMotaAppsDj/reymota/templates/libros/index.html index 92a3278..19e505e 100644 --- a/ReyMotaAppsDj/reymota/templates/libros/index.html +++ b/ReyMotaAppsDj/reymota/templates/libros/index.html @@ -1,5 +1,18 @@ {% extends 'base.html' %} +{% block menuapp %} +
+ +
+ + +{% endblock %} + {% block content %}