<!DOCTYPE html> <html {%block htmlclass%}{%endblock%} dir="ltr" lang="en-US"> {% block sitename %} <head> <title>{% block pagetitle %}Luxagraf - Topografical Writings{% endblock %}</title>{%endblock%} <meta charset="utf-8"> <meta name="description" content="{% block metadescription %}Luxagraf: recording journeys around the world and just next door.{% endblock %}"> <meta name="author" content="Scott Gilbertson"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!--[if IE]> <script src="/js/html5css3ie.min.js"></script> <![endif]--> <link rel="alternate" type="application/rss+xml" title="Luxagraf:src RSS feed" href="https://luxagraf.net/src/feed.xml"> {%block stylesheet%}<link rel="stylesheet" href="/media/screenv9.css" media="screen">{%endblock%} <!--[if IE]> <link rel="stylesheet" href="/media/css/ie.css" media="screen"> <![endif]--> {%block extrahead%}{%endblock%} </head> <body {%block bodyid%}{%endblock%}{%block bodyevents%}{%endblock%}> <div class="wrapper"> <div class="header-wrapper"> <header role="banner"> <h1><a id="logo" href="/src/" title="home">Luxagraf</a></h1> <h2><code>SRC: Code Slowly</code></h2> </header> <nav role="navigation" class="bl"> <ul> <li><a href="/src/" title="Archive">Archive</a></li> <!--<li><a href="/src/books/" title="Ebooks">Books</a></li>--> <li><a href="/src/about" title="">About</a></li> <li class="last"><a href="/" title="See the real luxagraf">Travel Site</a></li> </ul> </nav> </div> {% block primary %}{% endblock %} {% block extrabody %}{% endblock %} <footer role="contentinfo"> <nav class="bl"> <ul> <li><a href="/src/feed.xml" title="RSS feed">Subscribe</a></li> <li><a href="/contact/" title="contact luxagraf">Contact</a></li> <li><a href="/" rel="me" title="Mostly I write about travel">Travel Site</a></li> </ul> </nav> <p id="license"> © 2003-{% now "Y" %} <span class="h-card"><a class="p-name u-url" href="https://luxagraf.net/">Scott Gilbertson</a><data class="p-nickname" value="luxagraf"></data><data class="p-locality" value="Athens"></data><data class="p-region" value="Georgia"></data><data class="p-country-name" value="United States"></data></span>, except photos, which are licensed under the Creative Commons (<a href="http://creativecommons.org/licenses/by-sa/3.0/" title="read the Attribution-Share Alike 3.0 deed">details</a>). </p> </footer> </div> {% block js %}{% endblock%} </body> </html>