|
@@ -18,7 +18,7 @@ file that was distributed with this source code.
|
|
{% set _title = block('title') %}
|
|
{% set _title = block('title') %}
|
|
{% set _breadcrumb = block('breadcrumb') %}
|
|
{% set _breadcrumb = block('breadcrumb') %}
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
-<html class="no-js">
|
|
|
|
|
|
+<html {% block html_attributes %}class="no-js"{% endblock %}>
|
|
<head>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
|