1
0
mirror of https://github.com/myhdl/myhdl.git synced 2024-12-14 07:44:38 +08:00
myhdl/doc/source/_templates/layout.html
2008-11-07 16:18:33 +01:00

16 lines
419 B
HTML

{% extends "!layout.html" %}
{% block relbar1 %}
<div style="background-color: white; text-align: left; padding: 5px 5px 2px 15px">
<a href="http://www.myhdl.org">
<img src="{{ pathto("_static/myhdl_logo_header.png", 1) }}" border=0 alt="MyHDL" />
</a>
</div>
{{ super() }}
{% endblock %}
{# put the sidebar before the body #}
{% block sidebar1 %}{{ sidebar() }}{% endblock %}
{% block sidebar2 %}{% endblock %}