Sha256: 5603f50712b01bcd1efb0ca4e104d99ef2b9851a8f59ff819002f896d56a9f8f

Contents?: true

Size: 645 Bytes

Versions: 1

Compression:

Stored size: 645 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  {{> stylesheets.html }}
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
  <meta charset="utf-8">
  <title>{{config.title}}: {{config.subtitle}}</title>
  {{#config}}
  {{#typekit}}
  <script type="text/javascript" src="//use.typekit.net/{{id}}.js"></script>
  <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
  {{/typekit}}
  {{/config}}
  {{> syntax_highlighting.html }}
</head>
<body>
  <h1><a href="index.html">{{config.title}}</a></h1>
  {{#config}}
    {{#author}}
      <p class="byline">by {{config.author}}</p>
    {{/author}}
  {{/config}}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bookingit-0.2.0 templates/header.html.mustache