<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
xml:lang="<%= $language %>"
version="XHTML+RDFa 1.1"
lang="<%= $language %>">
<head><%= include 'partials/head'; %></head>
<body><%= include 'partials/adobar' %><%= content %></body>
% state $is_dev = (index(app->mode ,'dev') != -1);
% if($is_dev){
<!--
% if(stash->{controller}){
%= 'Controller: ' .stash->{controller}.'; Action: '.stash->{action};
% }else{
%= (stash->{'mojo.captures'}{template}?'Template:'.stash->{'mojo.captures'}{template}:'');
% }
-->
% }
</html>