aboutsummaryrefslogtreecommitdiff
path: root/plugins/i18n_subsites/test_data/localized_theme/templates/base.html
blob: a24eb1db8d0ed296b656a3aed62cf13599dbc6cb (plain)
1
2
3
4
5
6
7
{% 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 %}