Current section
Files
Jump to
Current section
Files
priv/templates/html.dtl
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ title }} (Erldocs Documentation)</title>
<link href="{{ base }}repo.css" type="text/css" rel="stylesheet">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-54292016-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="front_page">
<h1>{{ title }}</h1>
<h5><a href="{{ url }}">{{ url }}</a></h5><br><br>
<div>
{{ content }}
</div>
<br>
<p><a href="meta.txt">meta</a> <a href="_.txt">log</a></p>
<p><a href="/">other.erldocs.com</a></p>
</div>
</body>
</html>