SOURCE CODE: Uize.Templates.SimpleDoc (view docs)

<%@
  input ({
    title:'string',
    pathToRoot:'string',
    body:'string'
  });
%>


  <% .title %>
  






<% if (input.title) { %>
<% .title -> tagAttributeValue %>
<% } %><% .body %>