Sha256: 98db99568a10f261774706708c7a94ea7dbd1ab12df3ab186b9c701b290a5cba

Contents?: true

Size: 1.02 KB

Versions: 10

Compression:

Stored size: 1.02 KB

Contents

<!DOCTYPE html>
<html>
<head>
  <title>{title}</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="X-UA-Compatible" content="chrome=1">
  <meta name="fragment" content="!">

  <link rel="shortcut icon" type="image/ico" href="favicon.ico" />
  <link rel="stylesheet" href="resources/css/app.css" type="text/css" />
  <link rel="stylesheet" href="resources/prettify/prettify.css" type="text/css" />
  <link href="http://fonts.googleapis.com/css?family=Exo" rel="stylesheet" type="text/css" />

  <script type="text/javascript" src="{extjs_path}"></script>
  <script type="text/javascript" src="data.js"></script>
  <script type="text/javascript" src="app.js"></script>
  <script type="text/javascript" src="resources/prettify/prettify.js"></script>

  {head_html}

</head>
<body id="ext-body">

  <div id="loading"><span class="title"></span><span class="logo"></span></div>

  <div id="header-content">{header}</div>
  {welcome}
  {categories}
  {guides}
  {footer}

  {body_html}

</body>
</html>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
jsduck-4.0.beta2 template-min/template.html
jsduck-3.11.1 template-min/template.html
jsduck-4.0.beta template-min/template.html
jsduck-3.11.0 template-min/template.html
jsduck-3.10.5 template-min/template.html
jsduck-3.10.4 template-min/template.html
jsduck-3.10.3 template-min/template.html
jsduck-3.10.2 template-min/template.html
jsduck-3.10.1 template-min/template.html
jsduck-3.10.0 template-min/template.html