Add layout template
This commit is contained in:
15
templates/pages/home.html
Normal file
15
templates/pages/home.html
Normal file
@ -0,0 +1,15 @@
|
||||
{% extends "layouts/base.html" %}
|
||||
|
||||
{% load static %}
|
||||
|
||||
{% block title %}Titulo{% endblock %}
|
||||
|
||||
{% block description %}Titulo{% endblock %}
|
||||
|
||||
{% block og-title %}Title{% endblock %}
|
||||
|
||||
{% block og-image %}{% static 'images/hi.jpg' %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Hi</h1>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user