<!DOCTYPE html>
<html>
<head><%= include 'partials/head'; %></head>
<body><%= include 'partials/adobar' %><%= content %></body>
<!-- Produced by
% if(stash->{controller}){
%= 'Controller: ' .stash->{controller}.'; Action: '.stash->{action};
% }else{
%= (stash->{'mojo.captures'}{template}?'Template:'.stash->{'mojo.captures'}{template}:'');
% }
-->
</html>