Created Django template
This commit is contained in:
9
app/templates/app/home.html
Normal file
9
app/templates/app/home.html
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends "app/base.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}{{ site.title }} - {% trans "Home" %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{% trans "Home" %}</h1>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user