vulpine.house/layouts/shortcodes/fftq.html

9 lines
280 B
HTML
Raw Normal View History

2024-06-10 15:24:15 +00:00
<tr>
<td colspan="2">{{ .Get "name" }} ({{ .Get "jpname" }})</td>
</tr><tr>
<th>Japanese</th><td>{{ .Get "japanese" }} {{ .Get "jpname" }}!</td>
</tr><tr>
<th>Romaji</th><td>{{ .Get "romaji" }}</td>
</tr><tr>
<th>Síle</th><td>{{ .Get "sheila" }} {{ .Get "name" }}!</td>
</tr>