{% block title %}{{ _("Page Not Found") }}{% end block %}
+{% block head %}
+ <!-- HTML Meta Tags -->
+ <meta name="description" content={{ _("IPFire Documentation - Page Not Found") }}>
+ <!-- Facebook Meta Tags -->
+ <meta property="og:url" content="https://www.ipfire.org/docs/404">
+ <meta property="og:type" content="website">
+ <meta property="og:title" content="{{ page.title }} - IPFire">
+ <meta property="og:description" content="This page does not yet exist. You can create it now!">
+ <meta property="og:image" content="https://www.ipfire.org/{{ static_url("img/ipfire-tux.png") }}">
+
+ <!-- Twitter Meta Tags -->
+ <meta name="twitter:card" content="summary_large_image">
+ <meta property="twitter:domain" content="ipfire.org">
+ <meta property="twitter:url" content="https://www.ipfire.org/docs/404">
+ <meta name="twitter:title" content="www.ipfire.org - {{ page.title }}">
+ <meta name="twitter:description" content="This page does not yet exist. You can create it now!">
+ <meta name="twitter:image" content="https://www.ipfire.org/{{ static_url("img/ipfire-tux.png") }}">
+{% end block %}
+
{% block container %}
{% import os.path %}
</div>
</div>
</section>
-{% end block %}
\ No newline at end of file
+{% end block %}