aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/home.html
blob: e6e09b587fd668d7da5a4027b1fcbf91a35b0d03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
  <title>hello</title>
</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>