21 lines
991 B
HTML
21 lines
991 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="{{ page.root }}static/syntax.css">
|
|
</head>
|
|
<body>
|
|
<ul id="navbar">
|
|
<li><a href="{{ page.root }}index.html" class="title">Minetest Tutorials</a></li>
|
|
<li><a href="{{ page.root }}chapters/folders.html">1 - Folder Structure</a></li>
|
|
<li><a href="{{ page.root }}chapters/nodes_items_crafting.html">2 - Nodes, Items and Crafting</a></li>
|
|
<li><a href="{{ page.root }}chapters/abms.html">3 - Active Block Modifiers</a></li>
|
|
<li><a href="{{ page.root }}chapters/formspecs.html">4 - Formspecs</a></li>
|
|
<li><hr></li>
|
|
<li><a href="{{ page.root }}book_index.html">Index</a></li>
|
|
</ul>
|
|
<div id="page">
|
|
<h1>{{ page.title }}</h1>
|