summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/templates/article_frame.html
blob: 1efc0d113098d6b579831c2ba825e19bf3790f48 (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "templates/base.html" %}
{% block main %}
{% include "articles/" + article_file %}

<hr>
<p>
  You don't like this article?  <a href="{{ url_for('confirm_refund', order_id=order_id) }}">Get a refund</a> within
  the first hour after buying it.
</p>
{% endblock main %}