A simple orgmode HTTP server written with Tornado
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Home</title>
|
|
|
|
<!-- For mobile -->
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/webResources/styles.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{% raw homeBody %}
|
|
|
|
|
|
|
|
<nav>
|
|
|
|
{% for post in allPosts %}
|
|
|
|
<a href="blog/{{post}}">{{post}}</a><br />
|
|
|
|
{% end %}
|
|
|
|
</nav>
|
|
|
|
</body>
|
|
|
|
</html>
|