This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/templates/yuuno/main/premiumcomplete.twig

12 lines
454 B
Twig
Raw Normal View History

2016-01-04 21:14:09 +01:00
{% extends 'global/master.twig' %}
{% block title %}Purchase complete!{% endblock %}
{% block content %}
2015-07-01 02:16:22 +02:00
<div class="content standalone" style="text-align: center;">
<h1 class="stylised" style="margin: 1em auto;">Thank you for your contribution!</h1>
<h1 class="fa fa-heart stylised" style="font-size: 20em;"></h1>
2015-08-21 01:17:27 +02:00
<h3>Your Tenshi will expire on {{ page.expiration|date(sakura.dateFormat) }}.</h3>
2015-07-01 02:16:22 +02:00
</div>
{% endblock %}