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

16 lines
615 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="{{ relative }}/static/style.css">
<link rel="stylesheet" href="{{ relative }}/static/syntax.css">
</head>
<body>
<ul id="navbar">
<li><a href="{{ relative }}/" class="title">Minetest Tutorials</a></li>
<li><a href="{{ relative }}/folders">1 - Folder Structure</a></li>
</ul>
<div id="page">
<h1>{{ page.title }}</h1>