summaryrefslogtreecommitdiff
path: root/contrib/depleted_tip.en.mcpp
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-20 21:25:24 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-20 21:25:24 +0200
commit5335c44f98fb17d5349850219ddd3d3d6695caaa (patch)
treed9164dba7b3ac4cb1e1a8fc206eb8c5f90f2ebc0 /contrib/depleted_tip.en.mcpp
parent5e5e4fbf006f120e15e9cd6b393c9d259398911d (diff)
downloadmerchant-5335c44f98fb17d5349850219ddd3d3d6695caaa.tar.gz
merchant-5335c44f98fb17d5349850219ddd3d3d6695caaa.tar.bz2
merchant-5335c44f98fb17d5349850219ddd3d3d6695caaa.zip
address #6995 in terms of enabling sharing across Mustach template files by using cpp during the build process
Diffstat (limited to 'contrib/depleted_tip.en.mcpp')
-rw-r--r--contrib/depleted_tip.en.mcpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/depleted_tip.en.mcpp b/contrib/depleted_tip.en.mcpp
new file mode 100644
index 00000000..381f931d
--- /dev/null
+++ b/contrib/depleted_tip.en.mcpp
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+#include "copyright.html"
+<html>
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <noscript>
+ <meta http-equiv="refresh" content="1">
+ </noscript>
+ <title>Status of your tip</title>
+#include "css.html"
+</head>
+
+<body>
+<h1>Tip already picked up</h1>
+
+<div>
+You have already picked up your tip.
+</div>
+#include "footer.html"