12 lines
312 B
HTML
12 lines
312 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block extrahead %}
|
|
{{ super() }}
|
|
<!-- Custom meta tags or head content can go here -->
|
|
{% endblock %}
|
|
|
|
{% block announce %}
|
|
<a href="https://homepage.cmlite.org" class="login-button">Login</a>
|
|
Changemaker Archive. <a href="https://docs.bnkops.com">Learn more</a>
|
|
{% endblock %}
|