pelican-plugins-official/i18n_subsites/test_data/localized_theme/templates/base.html
2022-01-15 16:41:37 +03:00

8 lines
247 B
HTML

{% 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 %}