{% extends "base.html" %} {% block title %}Simple Post Creation Test{% endblock %} {% block content %}

Simple Post Creation Test

{% if request.args.get('cover_picture') %} Suggested: {{ request.args.get('cover_picture') }} {% endif %}
{% if request.args.get('gpx_file') %} Suggested: {{ request.args.get('gpx_file') }} {% endif %}
Cancel
{% endblock %}