web2019/templates/page.html

12 lines
173 B
HTML
Raw Normal View History

{% extends 'section.html' %}
{% block styles %}
<style>
h2, h5 {
margin-bottom: 3rem!important;
}
</style>
{% endblock %}
{% block footer_contact %}{% endblock %}