A templates/tags.html+<!doctype html>
+<html lang="en-GB">
+ <head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>Site Title</title>
+ <meta name="referrer" content="no-referrer-when-downgrade" />
+ <link
+ rel="alternate"
+ type="application/atom+xml"
+ title="Site title"
+ href="/atom.xml"
+ />
+ <style></style>
+ </head>
+ <body>
+ <a class="skip" href="#content">Skip to main content</a>
+ <header>
+ <h2>
+ <a href="/" class="title">Site title</a>
+ </h2>
+ <nav>
+ <a href="/">Home</a>
+ </nav>
+ </header>
+ <main id="content">
+ <ul class="tags">
+ <li class="h-feed">
+ <a href="/tags/tag">#tag</a>
+ </li>
+ </ul>
+ </main>
+ <footer>
+ Licensed under a
+ <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"
+ >Creative Commons Attribution 4.0 International License</a
+ >.
+ </footer>
+ </body>
+</html>