<!DOCTYPE html>
<html lang="en">
    <head>
        <title>{{ title }}</title>
        
        <meta property="og:title" content="{{ title }}" />
        <meta property="og:description" content="{{ description }}" />

        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <link rel="stylesheet" href="{{ page_assets }}/css/main.css" />
        <link rel="stylesheet" href="{{ page_assets }}/css/blog.css" />
    </head>
    <body>
	<h1><center><a class="page-title" href="/">papatutuwawa@home:~$</a></center></h1>
	<h3 class="title-sub"><center>by PapaTutuWawa</center></h3>

	<div class="container title-sub-subbar horizontal">
	    <a href="/about.html" class="subbar-link"><h3>About</h3></a>
	    <a href="/index.html" class="subbar-link"><h3>Archive</h3></a>
	    <a href="/atom.xml" class="subbar-link"><h3>RSS</h3></a>
	</div>

	<div class="container">
	    <div class="vertical">
		{{ content }}
	    </div>
	</div>
    </body>

    <br/>

    <footer>
        <center>
	    Created by <i>PapaTutuWawa</i> with &lt;3 using
	    <a href="https://github.com/google/roboto">Roboto</a> and
	    <a href="https://github.com/sunainapai/makesite">makesite</a>
        </center>
</footer>
</html>