48 lines
1.7 KiB
HTML
48 lines
1.7 KiB
HTML
{{tpl:extends parent="__layout.html"}}
|
|
<tpl:Block name="head-title">
|
|
<title>{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}</title>
|
|
</tpl:Block>
|
|
<tpl:Block name="meta-robots">
|
|
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" />
|
|
</tpl:Block>
|
|
<tpl:Block name="head-linkrel">
|
|
<link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" />
|
|
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
|
|
</tpl:Block>
|
|
|
|
<tpl:Block name="body-tag">
|
|
<body class="dc-404">
|
|
</tpl:Block>
|
|
|
|
<tpl:Block name="main-content">
|
|
<tpl:Block name="main-content-before"></tpl:Block>
|
|
<tpl:Block name="content-info-header">
|
|
<header id="content-info">
|
|
<tpl:Block name="content-info-header-title">
|
|
<h2>{{tpl:lang Document not found}} - {{tpl:lang Suggested items:}}</h2>
|
|
</tpl:Block>
|
|
<tpl:Block name="content-info-header-content">
|
|
<p>{{tpl:lang URL you've tried has typos, or the page has been deleted or moved.}}</p>
|
|
</tpl:Block>
|
|
</header>
|
|
</tpl:Block>
|
|
<tpl:Block name="content-inner">
|
|
<div class="content-inner">
|
|
<tpl:Block name="content-inner-entries">
|
|
<tpl:Entries>
|
|
<tpl:Block name="content-inner-entry">
|
|
{{tpl:include src="_entry-short.html"}}
|
|
</tpl:Block>
|
|
<tpl:Block name="content-inner-pagination">
|
|
<tpl:EntriesFooter>
|
|
</tpl:EntriesFooter>
|
|
</tpl:Block>
|
|
</tpl:Entries>
|
|
</tpl:Block>
|
|
<tpl:Block name="content-inner-footer">
|
|
</tpl:Block>
|
|
</div> <!-- # End #content-inner -->
|
|
</tpl:Block>
|
|
<tpl:Block name="main-content-after"></tpl:Block>
|
|
</tpl:Block>
|