31 lines
602 B
HTML
31 lines
602 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>@name@</title>
|
|
<meta name="Description" content="@description@" />
|
|
|
|
<!-- @include meta.html -->
|
|
<!-- @include head.html -->
|
|
|
|
</head>
|
|
|
|
<body id='root' class='root'>
|
|
|
|
<!-- @include header.html -->
|
|
|
|
<div id="docs" class="ui main container mainbody">
|
|
@breadcrumb@
|
|
@body@
|
|
@github@
|
|
</div>
|
|
|
|
<!-- @include footer.html -->
|
|
<!-- @include macros.html -->
|
|
<!-- @include tracking.html -->
|
|
|
|
</body>
|
|
|
|
</html>
|