{% extends 'content_base.html' %} {% load bootstrap %} {% block pageTitle %}About all the things{% endblock %} {% block content %}

About Website

Some info about my website, which clearly works well as you're using it right now!

More Info

About Me

Some info about me. Although not very much. Because Privacy!

More Info

Contact Me

Send me a message using the form below, please don't spam! Simply click the button below to see the form.

{% csrf_token %} {{ form | bootstrap }}
{% if sent %} {% else %} {% endif %}
{% endblock %}