minetest_modding_book/_includes/header.html
2014-12-12 09:13:17 +00:00

16 lines
614 B
HTML

<!doctype html>
<html>
<head>
<title>{% if page.title != "Minetest Tutorials and Documentation" %}{{ page.title }} - {% endif %}Minetest Tutorials and Documentation</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="{{ page.root }}static/style.css">
<link rel="stylesheet" href="{{ relative }}static/syntax.css">
</head>
<body>
<ul id="navbar">
<li><a href="{{ page.root }}" class="title">Minetest Tutorials</a></li>
<li><a href="{{ page.root }}folders">1 - Folder Structure</a></li>
</ul>
<div id="page">
<h1>{{ page.title }}</h1>