GetTogether/get_together/templates/flatpages/default.html
2018-03-20 19:17:06 -04:00

8 lines
178 B
HTML

{% extends "get_together/base.html" %}
{% load markup %}
{% block title %}{{ flatpage.title }}{% endblock %}
{% block content %}
{{ flatpage.content|markdown }}
{% endblock %}