mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-06 20:03:31 +08:00
7 lines
247 B
HTML
7 lines
247 B
HTML
{{ define "main" }}
|
|
<div class="not-found-card">
|
|
<h1 class="article-title">{{ T "notFoundTitle" }}</h1>
|
|
<h2 class="article-subtitle">{{ T "notFoundSubtitle" }}</h2>
|
|
</div>
|
|
{{ partialCached "footer/footer" . }}
|
|
{{ end }} |