clojurecup2015-mailhead/resources/templates/about.html

6 lines
186 B
HTML

{% extends "base.html" %}
{% block content %}
<p>This is my ClojureCup 2015 entry.</p>
<p>You can find me on Twitter: <a href="https://twitter.com/fu86">@fu86</a></p>
{% endblock %}