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-03-15 16:49:51 -07:00
|
|
|
<div class="pager">
|
|
|
|
<div class="prev"></div>
|
2021-08-11 13:13:05 -07:00
|
|
|
<div class="next"><a href="/en/what-is-gender" class="btn btn-primary right">Continue Reading {{icon 'angle-right'}}</a></div>
|
2020-03-15 16:49:51 -07:00
|
|
|
</div>
|
2020-02-16 16:02:19 -08:00
|
|
|
|
|
|
|
</div></section>
|
|
|
|
|
|
|
|
{{/content}}
|
|
|
|
|
|
|
|
{{/extend}}
|