2015-02-11 12:14:22 +00:00
<!DOCTYPE html>
< html >
2017-01-03 13:43:52 +00:00
< head >
< meta charset = 'utf-8' >
< meta http-equiv = "X-UA-Compatible" content = "chrome=1" >
2017-02-07 18:17:07 +00:00
< link rel = "stylesheet" href = "{{ '/assets/css/style.css' }}" >
2017-01-03 13:43:52 +00:00
< title > {{ site.title }}< / title >
< / head >
2015-02-11 12:14:22 +00:00
< body >
2017-01-03 13:43:52 +00:00
< header >
< div class = "container" >
2017-02-07 18:22:46 +00:00
< h1 > < a href = "/" > {{ site.title }}< / a > < / h1 >
2017-01-03 13:43:52 +00:00
< h2 > {{ site.description }}< / h2 >
< section id = "tor-url" >
2018-09-03 07:41:53 +00:00
* Access this site through Tor: < a href = "http://k56fvg3kwldqyx3gv2zgumst7qimiql2fg55l7hhoshquhx5raeiibid.onion" > k56fvg3kwldqyx3gv2zgumst7qimiql2fg55l7hhoshquhx5raeiibid.onion< / a >
2017-01-03 13:43:52 +00:00
< / section >
< / div >
< / header >
< div class = "container" >
< section id = "main_content" >
{{ content }}
< / section >
2015-02-11 12:14:22 +00:00
< / div >
< / body >
< / html >