2020-02-16 16:02:19 -08:00
|
|
|
{{#extend "layout"}}
|
|
|
|
|
|
|
|
{{#content "meta"}}
|
2020-02-23 20:13:20 -08:00
|
|
|
<meta property="og:title" content="{{page.title}}">
|
|
|
|
<meta property="og:description" content="{{page.description}}">
|
2020-02-23 20:18:14 -08:00
|
|
|
<meta property="og:image" content="https://{{page.domain}}{{rev '/images/titlecard.png'}}">
|
2020-02-16 16:02:19 -08:00
|
|
|
<meta property="og:url" content="https://{{page.domain}}">
|
2020-02-23 20:13:20 -08:00
|
|
|
<meta name="twitter:title" content="{{page.title}}">
|
|
|
|
<meta name="twitter:description" content="{{page.description}}">
|
2020-02-16 16:02:19 -08:00
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
2020-02-23 20:18:14 -08:00
|
|
|
<meta name="twitter:image" content="https://{{page.domain}}{{rev '/images/titlecard.png'}}">
|
2020-02-16 16:02:19 -08:00
|
|
|
{{/content}}
|
|
|
|
|
|
|
|
{{#content "bodyClass"}}front-page{{/content}}
|
|
|
|
|
|
|
|
{{#content "body"}}
|
|
|
|
|
|
|
|
<section class="top-fold"><div class="container">
|
|
|
|
|
|
|
|
{{markdown '_index-copy'}}
|
|
|
|
|
2020-02-21 20:06:02 -08:00
|
|
|
{{import 'gdb/_pager'}}
|
2020-02-16 16:02:19 -08:00
|
|
|
|
|
|
|
</div></section>
|
|
|
|
|
|
|
|
{{/content}}
|
|
|
|
|
|
|
|
{{/extend}}
|