herencia otros
This commit is contained in:
parent
c90bd61bd1
commit
174cb97082
@ -1,11 +1,10 @@
|
|||||||
<html>
|
{% extends 'ProyectoWebApp/base.html' %}
|
||||||
<head>
|
|
||||||
<title>Blog</title>
|
{% load static %}
|
||||||
</head>
|
|
||||||
<body>
|
{% block content %}
|
||||||
|
|
||||||
<h1>Blog</h1>
|
<h1>Blog</h1>
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
||||||
|
|
||||||
|
{% endblock %}
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<html>
|
{% extends 'ProyectoWebApp/base.html' %}
|
||||||
<head>
|
|
||||||
<title>Contacto</title>
|
{% load static %}
|
||||||
</head>
|
|
||||||
<body>
|
{% block content %}
|
||||||
|
|
||||||
<h1>Contacto</h1>
|
<h1>Contacto</h1>
|
||||||
|
|
||||||
</body>
|
{% endblock %}
|
||||||
</html>
|
|
||||||
|
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
<html>
|
{% extends 'ProyectoWebApp/base.html' %}
|
||||||
<head>
|
|
||||||
<title>Sample</title>
|
{% load static %}
|
||||||
</head>
|
|
||||||
<body>
|
{% block content %}
|
||||||
|
|
||||||
<h1>Sample</h1>
|
<h1>Sample</h1>
|
||||||
|
|
||||||
</body>
|
{% endblock %}
|
||||||
</html>
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<html>
|
{% extends 'ProyectoWebApp/base.html' %}
|
||||||
<head>
|
|
||||||
<title>Servicios</title>
|
{% load static %}
|
||||||
</head>
|
|
||||||
<body>
|
{% block content %}
|
||||||
|
|
||||||
<h1>Servicios</h1>
|
<h1>Servicios</h1>
|
||||||
|
|
||||||
</body>
|
{% endblock %}
|
||||||
</html>
|
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<html>
|
{% extends 'ProyectoWebApp/base.html' %}
|
||||||
<head>
|
|
||||||
<title>Tienda</title>
|
{% load static %}
|
||||||
</head>
|
|
||||||
<body>
|
{% block content %}
|
||||||
|
|
||||||
<h1>Tienda</h1>
|
<h1>Tienda</h1>
|
||||||
|
|
||||||
</body>
|
{% endblock %}
|
||||||
</html>
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user