includes
This commit is contained in:
@@ -1,12 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>EXEMPLO 2</h1>
|
||||
</body>
|
||||
</html>
|
||||
{% extends 'global/base.html' %}
|
||||
|
||||
{% block texto %} Exemplo {% endblock texto %}
|
||||
|
||||
@@ -1,12 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>BLOG 2</h1>
|
||||
</body>
|
||||
</html>
|
||||
{% extends 'global/base.html' %}
|
||||
|
||||
{% block texto %} Blog {% endblock texto %}
|
||||
|
||||
Reference in New Issue
Block a user