diff options
Diffstat (limited to 'src/templates/coins-designs-at.html.tmpl')
-rw-r--r-- | src/templates/coins-designs-at.html.tmpl | 55 |
1 files changed, 16 insertions, 39 deletions
diff --git a/src/templates/coins-designs-at.html.tmpl b/src/templates/coins-designs-at.html.tmpl index 9f87d5f..b439629 100644 --- a/src/templates/coins-designs-at.html.tmpl +++ b/src/templates/coins-designs-at.html.tmpl @@ -1,59 +1,36 @@ {{ define "content" }} <header> {{ template "navbar" . }} - <h1>{{ .T "Austrian Euro Coin Designs" }}</h1> + <h1>{{ .Get "Austrian Euro Coin Designs" }}</h1> </header> <main> <p> - {{ .T ` - The Austrian euro coins can be grouped into three different themes. - The bronze coins feature Austrian flowers, the gold coins feature - Austrian architecture, and the bimetalic coins feature famous - Austrian people. All coins also feature an Austrian flag as well - as the coins denomination. These coins together with the %sGreek - euro coins%s are the only coins that feature the denomination on both - the common- and national-sides of the coin.` - `<a href="gr">` `</a>` | safe - }} + {{ .Get "The Austrian euro coins can be grouped into three different themes. The bronze coins feature Austrian flowers, the gold coins feature Austrian architecture, and the bimetalic coins feature famous Austrian people. All coins also feature an Austrian flag as well as the coins denomination. These coins together with the {Link:l}Greek euro coins{-:E} are the only coins that feature the denomination on both the common- and national-sides of the coin." + (map "Link" "gr") }} </p> + <div class="design-container"> - <img alt="Austrian 1 euro cent coin" src="/designs/at-001.avif"> - <img alt="Austrian 2 euro cent coin" src="/designs/at-002.avif"> - <img alt="Austrian 5 euro cent coin" src="/designs/at-005.avif"> + <img alt="{{ .Get `Austrian €0.01 coin` }}" src="/designs/at-001.avif"> + <img alt="{{ .Get `Austrian €0.02 coin` }}" src="/designs/at-002.avif"> + <img alt="{{ .Get `Austrian €0.05 coin` }}" src="/designs/at-005.avif"> </div> <p> - {{ .T ` - The bronze coins feature the Alpine gentian, -edelweiss, and - -primrose respectively, and were chosen to symbolize the role that - Austria played in the development of EU environmental policy. - ` }} + {{ .Get "The bronze coins feature the Alpine gentian, -edelweiss, and -primrose respectively, and were chosen to symbolize the role that Austria played in the development of EU environmental policy." }} </p> <div class="design-container"> - <img alt="Austrian 10 euro cent coin" src="/designs/at-010.avif"> - <img alt="Austrian 20 euro cent coin" src="/designs/at-020.avif"> - <img alt="Austrian 50 euro cent coin" src="/designs/at-050.avif"> + <img alt="{{ .Get `Austrian €0.10 coin` }}" src="/designs/at-010.avif"> + <img alt="{{ .Get `Austrian €0.20 coin` }}" src="/designs/at-020.avif"> + <img alt="{{ .Get `Austrian €0.50 coin` }}" src="/designs/at-050.avif"> </div> <p> - {{ .T ` - The €0.10 coin features St. Stephen’s Cathedral. It symbolises the - Viennese Gothic architectural style dating to around the year 1160. - The €0.20 coin features Belvedere Palace. This is an example of - Baroque architecture and symbolises the national freedom and - sovereignty of Austria. The final gold coin — the €0.50 coin — - features the Secession Building: an exhibition hall in the Art - Nouveau style. - ` }} + {{ .Get "The €0.10 coin features St. Stephen’s Cathedral. It symbolises the Viennese Gothic architectural style dating to around the year 1160. The €0.20 coin features Belvedere Palace. This is an example of Baroque architecture and symbolises the national freedom and sovereignty of Austria. The final gold coin — the €0.50 coin — features the Secession Building: an exhibition hall in the Art Nouveau style." }} </p> <div class="design-container"> - <img alt="Austrian 1 euro coin" src="/designs/at-100.avif"> - <img alt="Austrian 2 euro coin" src="/designs/at-200.avif"> + <img alt="{{ .Get `Austrian €1 coin` }}" src="/designs/at-100.avif"> + <img alt="{{ .Get `Austrian €2 coin` }}" src="/designs/at-200.avif"> </div> <p> - {{ .T ` - The two bimetallic coins feature the busts of the musical composer - Wolfgang Amadeus Mozarts on the €1 coin, and the Austrian pacifist - and Nobel Peace Prize winner Bertha von Suttner. - ` }} + {{ .Get "The two bimetallic coins feature the busts of the musical composer Wolfgang Amadeus Mozarts on the €1 coin, and the Austrian pacifist and Nobel Peace Prize winner Bertha von Suttner." }} </p> </main> -{{ end }} +{{ end }}
\ No newline at end of file |