minetest_modding_book/_includes/header.html

24 lines
1.2 KiB
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 23:04:24 +03:00
<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>
2014-12-29 22:19:46 +03:00
<li><a href="{{ page.root }}chapters/node_drawtypes.html">3 - Node Drawtypes</a></li>
2014-12-30 21:50:46 +03:00
<li><a href="{{ page.root }}chapters/lua.html">4 - Lua Scripts</a></li>
<li><a href="{{ page.root }}chapters/abms.html">5 - Active Block Modifiers</a></li>
<li><a href="{{ page.root }}chapters/formspecs.html">6 - Formspecs</a></li>
2014-12-12 23:04:24 +03:00
<li><hr></li>
<li><a href="{{ page.root }}book_index.html">Index</a></li>
2014-12-28 22:26:49 +03:00
<li><a href="{{ page.root }}lua_api.html">Webpage version of lua_api.txt</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>