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