summaryrefslogtreecommitdiff
path: root/talerblog/blog/templates/article_frame.html
blob: d5bd3725db8d88c2019e80b0c6b85b53f00f8461 (plain)
1
2
3
4
5
6
{% extends "templates/base.html" %}
{% block main %}
{% include "articles/" + article_file %}
  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.
{% endblock main %}