{% if pm %}<divclass="top_notice">You have <ahref="?/PM/{{ pm.id }}">an unread PM</a>{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.</div><hr/>{% endif %}
{% if config.url_banner %}<imgclass="banner"src="{{ config.url_banner }}"{%ifconfig.banner_widthorconfig.banner_height%}style="{% if config.banner_width %}width:{{ config.banner_width }}px{% endif %};{% if config.banner_width %}height:{{ config.banner_height }}px{% endif %}"{%endif%}alt=""/>{% endif %}
<header>
<h1>{{ board.url }} - {{ board.title|e }}</h1>
<divclass="subtitle">
{% if board.subtitle %}
{{ board.subtitle|e }}
{% endif %}
{% if mod %}<p><ahref="?/">{% trans %}Return to dashboard{% endtrans %}</a></p>{% endif %}
</div>
</header>
{% include 'post_form.html' %}
{% if config.blotter %}<hr/><divclass="blotter">{{ config.blotter }}</div>{% endif %}