If you typed the URL of this page manually, please double check that you entered the address correctly.</p>
</div>
{{else}}
-{{#if page.title}}
-<h1 class="page">{{{page.title}}}</h1>
-{{/if}}
+{{#with page.title}}
+<h1 class="page">{{{this}}}</h1>
+{{/with}}
{{{page.contents}}}
{{/if}}
</article>
- {{#if page.canonicalUrl}}
- <link rel="canonical" href="{{page.canonicalUrl}}">
- {{/if}}
+ {{#with page.canonicalUrl}}
+ <link rel="canonical" href="{{this}}">
+ {{/with}}
{{#if page.component}}
- {{#if page.description}}
- <meta name="description" content="{{page.description}}">
- {{/if}}
- {{#if page.keywords}}
- <meta name="keywords" content="{{page.keywords}}">
- {{/if}}
+ {{#with page.description}}
+ <meta name="description" content="{{this}}">
+ {{/with}}
+ {{#with page.keywords}}
+ <meta name="keywords" content="{{this}}">
+ {{/with}}
{{/if}}
{{#with (or antoraVersion site.antoraVersion)}}
<meta name="generator" content="Antora {{this}}">
- {{#if site.keys.googleAnalytics}}
- <script async src="https://www.googletagmanager.com/gtag/js?id={{site.keys.googleAnalytics}}"></script>
- <script>function gtag(){dataLayer.push(arguments)};window.dataLayer=window.dataLayer||[];gtag('js',new Date());gtag('config','{{site.keys.googleAnalytics}}')</script>
- {{/if}}
+ {{#with site.keys.googleAnalytics}}
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{this}}"></script>
+ <script>function gtag(){dataLayer.push(arguments)};window.dataLayer=window.dataLayer||[];gtag('js',new Date());gtag('config','{{this}}')</script>
+ {{/with}}
- <title>{{{detag (or page.title defaultPageTitle)}}}{{#if site.title}} :: {{site.title}}{{/if}}</title>
+ <title>{{{detag (or page.title defaultPageTitle)}}}{{#with site.title}} :: {{this}}{{/with}}</title>
<div class="toolbar" role="navigation">
{{> nav-toggle}}
- {{#if site.homeUrl}}
- <a href="{{relativize site.homeUrl}}" class="home-link{{#if page.home}} is-current{{/if}}"></a>
- {{/if}}
+ {{#with site.homeUrl}}
+ <a href="{{relativize this}}" class="home-link{{#if @root.page.home}} is-current{{/if}}"></a>
+ {{/with}}
{{> breadcrumbs}}
{{> page-versions}}
{{#if (and page.fileUri (not env.CI))}}