mirror of
https://github.com/ConjureETS/site-2015.git
synced 2026-03-23 20:11:24 +00:00
8 lines
128 B
HTML
8 lines
128 B
HTML
{% extends 'template.html' %}
|
|
|
|
{% block content %}
|
|
|
|
<h1>{{ member.first_name }} {{ member.last_name }}</h1>
|
|
|
|
{% endblock %}
|