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

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