site_opytex/plugins/i18n_subsites/test_data/localized_theme/templates/base.html

8 lines
247 B
HTML
Raw Normal View History

2020-06-26 11:55:28 +00:00
{% extends "!simple/base.html" %}
{% block title %}{% trans %}Welcome to our{% endtrans %} {{ SITENAME }}{% endblock %}
{% block head %}
{{ super() }}
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/style.css" />
{% endblock %}