Skip to content
Snippets Groups Projects
Select Git revision
  • 4aedc8e64b4df3634938563ff9062f167b8eb4ae
  • master default protected
  • feat/new-image-formats
  • clickable-select-chevron
  • 2.20.0
  • 2.19.0
  • 2.18.0
  • 2.17.0
  • 2.16.1
  • 2.16.0
  • 2.15.0
  • 2.14.0
  • 2.13.0
  • 2.12.1
  • 2.11.0
  • 2.10.0
  • 2.9.1
  • 2.9.0
  • 2.8.0
  • 2.7.1
  • 2.7.0
  • 2.6.0
  • 2.5.2
  • 2.5.1
24 results

contact.mustache

Blame
  • _00-head.mustache 654 B
    <!DOCTYPE html>
    <html class="{{ htmlClass }}">
      <head>
        <title>{{ title }}</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width" />
    
        <link rel="stylesheet" href="../../css/style.pkgd.css?{{ cacheBuster }}" media="all" />
        <link rel="stylesheet" href="../../css/pattern-scaffolding.css?{{ cacheBuster }}" media="all" />
        <script src="https://kit.fontawesome.com/cbdc6198f3.js" crossorigin="anonymous"></script>
    
        <!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->
        {{{ patternLabHead }}}
        <!-- End Pattern Lab -->
    
      </head>
      <body class="{{ bodyClass }}">