summaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat_scholar/templates/home.html')
-rw-r--r--fatcat_scholar/templates/home.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/fatcat_scholar/templates/home.html b/fatcat_scholar/templates/home.html
index 82eb69d..e6e09b5 100644
--- a/fatcat_scholar/templates/home.html
+++ b/fatcat_scholar/templates/home.html
@@ -4,5 +4,9 @@
</head>
<body>
<h1>The Start</h1>
+
+<p>{% trans %}This is a longer paragraph, all of which should be translated.{% endtrans %}
+
+<p>and {{ _("this is a quick") }} thing to translate.
</body>
</html>