{% for javascript in config.additional_javascript %}<scripttype="text/javascript"src="{{ config.additional_javascript_url }}{{ javascript }}"></script>{% endfor %}
{% endif %}
{% endif %}
{% if config.recaptcha %}<styletype="text/css">{%raw%}
.recaptcha_image_cell {
background: none !important;
}
table.recaptchatable {
border: none !important;
}
#recaptcha_logo, #recaptcha_tagline {
display: none;
float: right;
}
.recaptchatable a {
display: block;
}
{% endraw %}</style>{% endif %}
{% endblock %}
</head>
<body>
{{ boardlist.top }}
{% 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.name }}</h1>
<divclass="subtitle">
{% if board.title %}
{{ board.title|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 %}