This release changes the top Navigation into a white tipbar, extends the documentation and uses some subtile changes.
13 lines
No EOL
207 B
HTML
13 lines
No EOL
207 B
HTML
{% include header.html %}
|
|
<body id="top-of-page">
|
|
{% include navigation.html %}
|
|
|
|
{% include masthead.html %}
|
|
|
|
{{ content }}
|
|
|
|
{% include footer.html %}
|
|
|
|
{% include footer_scripte.html %}
|
|
</body>
|
|
</html> |