food-planner/app/templates/app/home.html

10 lines
185 B
HTML
Raw Normal View History

2020-02-19 10:34:17 +01:00
{% extends "app/base.html" %}
{% load i18n %}
{% block title %}{{ site.title }} - {% trans "Home" %}{% endblock %}
{% block content %}
<h1>{% trans "Home" %}</h1>
{% endblock %}