db2html: pass top-level 'id' to jinja
[gtk-doc.git] / tools / templates / refentry.html
blob7fe0be2c822f2f43558ddcb0bf04a36d7901cd73
1 {% from 'common.html' import doctype, head_links, navigation_ref %}
2 {{ doctype() }}
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6 <title>{{ title }}: {{ nav_home.title }}</title>
7 {{ head_links(nav_home, nav_up, nav_prev, nav_next) }}
8 <link rel="stylesheet" href="style.css" type="text/css">
9 </head>
10 <body>
11 {{ navigation_ref(nav_home, nav_up, nav_prev, nav_next) }}
12 <div class="refentry">
13 <div class="refnamediv">
14 <table width="100%"><tr>
15 <td valign="top">
16 <h2><span class="refentrytitle"><a name="{{ id }}.top_of_page"></a>{{ title }}</span></h2>
17 <p>{{ title }} — module for gtk-doc unit test</p>
18 </td>
19 <td class="gallery_image" valign="top" align="right"></td>
20 </tr></table>
21 </div>
22 </div>
23 </body>
24 </html>