summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/index.html
blob: 2b6d7004e71bd6373fe3cb896cfa69ccbd72e15f (plain)
1
2
3
{% extends "base.html" %}
{% load i18n %}
{% block content %}<div id='welcome'>{% if homepage %}{{homepage|safe}}{% else %}{% include "welcome.html" %}{% endif %}</div>{% endblock %}