mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +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 %}
|
|
|