minetest_modding_book/_includes/header.html

16 lines
615 B
HTML
Raw Normal View History

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