clojurecup2015-mailhead/resources/templates/about.html

6 lines
186 B
HTML
Raw Normal View History

2015-12-05 01:03:29 +01:00
{% extends "base.html" %}
{% block content %}
2015-12-05 01:18:39 +01:00
<p>This is my ClojureCup 2015 entry.</p>
<p>You can find me on Twitter: <a href="https://twitter.com/fu86">@fu86</a></p>
2015-12-05 01:03:29 +01:00
{% endblock %}