/themes/default/templates/header_part.html
HTML | 3 lines | 2 code | 1 blank | 0 comment | 0 complexity | 0c361d93a641db3b78a04c7b9c78558e MD5 | raw file
Possible License(s): Apache-2.0, LGPL-2.1
1<h1><a href="/blog/" title="{{ config.blog_title|escape }}"> {{ config.blog_title|default:""|escape }} </a></h1> 2<h2> {{ config.blog_subtitle|default:""|escape }} </h2> 3