| 123456789101112131415161718192021222324252627282930313233 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset='utf-8'>
- <meta http-equiv="X-UA-Compatible" content="chrome=1">
- <link href='http://fonts.googleapis.com/css?family=Roboto+Mono:400,100,300,500,700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen">
- <link rel="stylesheet" type="text/css" href="/stylesheets/github-dark.css" media="screen">
- <!--[if lt IE 9]>
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- <title>Radical Networks</title>
- </head>
- <body>
- <div id="container">
- <div class="inner">
- {% include nav.html %}
- {% include header.html %}
- {% include sidebar.html %}
- {{ content }}
- {% if page.url contains "/about/" %}
- {% include footer.html %}
- {% endif %}
-
- </div>
- </div>
- </body>
- </html>
|