asw/archive/lab/boilerplate/post.html
exe.dev user e47a9f4401 asw-v01: archive deferred content (packs, site, lab, legacy examples)
- 2.1: packs/ -> archive/packs/
- 2.2: site/ -> archive/site/
- 2.3: src/lab/ -> archive/lab/
- 2.4: examples/ -> archive/examples-legacy/ (SSI-based)
2026-06-07 10:39:21 +02:00

60 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Post Title | Trentuna</title>
<meta name="description" content="A brief description of the post content for SEO.">
</head>
<body>
<header>
<nav aria-label="Main navigation">
<!-- Navigation links here -->
</nav>
</header>
<main>
<article>
<header>
<h1>The Post Title Goes Here</h1>
<p class="meta">
Published on <time datetime="2026-04-02">April 2, 2026</time>
by <span class="author">Author Name</span>
</p>
</header>
<figure>
<img src="placeholder.jpg" alt="Description of the featured image">
<figcaption>Caption describing the image context.</figcaption>
</figure>
<section>
<h2>Introduction</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</section>
<section>
<h2>Main Content Area</h2>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<blockquote>
"This is a blockquote for emphasis or a pull quote."
<footer>— Source Name</footer>
</blockquote>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.</p>
</section>
</article>
<aside>
<h3>Related Posts</h3>
<ul>
<li><a href="#">Another interesting read</a></li>
<li><a href="#">More on this topic</a></li>
</ul>
</aside>
</main>
<footer>
<p>&copy; 2026 Trentuna. All rights reserved.</p>
</footer>
</body>
</html>