From 14c87d7316ccdabe2364c28878ba25e7064639bd Mon Sep 17 00:00:00 2001 From: Melissa Autumn Date: Fri, 4 Oct 2024 09:45:05 -0700 Subject: [PATCH] Add the actual headless donation langing page. --- .../donate/mobile/index.html | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 sites/www.thunderbird.net/donate/mobile/index.html diff --git a/sites/www.thunderbird.net/donate/mobile/index.html b/sites/www.thunderbird.net/donate/mobile/index.html new file mode 100644 index 000000000..be83a39fe --- /dev/null +++ b/sites/www.thunderbird.net/donate/mobile/index.html @@ -0,0 +1,28 @@ +{# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. -#} + +{% set active_page = "support-mobile" %} +{% extends "includes/base/base.html" %} + +{% block page_title %}{{ _('Support Thunderbird for Android') }}{% endblock %} +{% block page_desc %}{{ _('Thunderbird is a free email application that’s easy to set up and customize - and it’s loaded with great features!') }}{% endblock %} +{% block breadcrumbs %}{% endblock %} +{% block extra_meta %} + +{% endblock %} + +{% block content %} + +
+
+ + +
+
+{% endblock %} +{% block site_footer %} +{% include 'includes/donation-includes.html' %} +{% endblock site_footer %}