16 lines
615 B
HTML
Raw Normal View History

2014-12-11 08:56:37 +00:00
<!doctype html>
<html>
<head>
2014-12-11 19:38:46 +00:00
<title>{% if page.title != "Minetest Tutorials and Documentation" %}{{ page.title }} - {% endif %}Minetest Tutorials and Documentation</title>
2014-12-11 08:56:37 +00:00
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="{{ site.url }}/static/style.css">
<link rel="stylesheet" href="{{ site.url }}/static/syntax.css">
</head>
<body>
<ul id="navbar">
<li><a href="{{ site.url }}/" class="title">Minetest Tutorials</a></li>
2014-12-11 20:04:07 +00:00
<li><a href="{{ site.url }}/folders">1 - Folder Structure</a></li>
2014-12-11 08:56:37 +00:00
</ul>
<div id="page">
2014-12-11 19:38:46 +00:00
<h1>{{ page.title }}</h1>