mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
16 lines
419 B
HTML
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 %}
|
||
|
|