mojito
Version:
Mojito provides an architecture, components and tools for developers to build complex web applications faster.
25 lines (18 loc) • 355 B
HTML
<html>
<head>
<script type="text/javascript">var MOJITO_INIT=new Date().getTime();</script>
{{#meta}}
<meta name="{{name}}" content="{{content}}">
{{/meta}}
{{^meta}}
<meta name="creator" content="Yahoo! Mojito {{mojito_version}}">
{{/meta}}
<title>{{title}}</title>
{{{top}}}
</head>
<body>
{{{child}}}
{{{bottom}}}
</body>
</html>