2023-05-08 20:12:11 -07:00
|
|
|
{{ if .HasShortcode "ruby" -}}
|
|
|
|
<aside>
|
2023-09-26 09:37:04 -07:00
|
|
|
<fieldset id=ruby-controls>
|
2023-05-08 20:12:11 -07:00
|
|
|
<legend>Ruby</legend>
|
2023-09-26 09:37:04 -07:00
|
|
|
<input id=ruby-controls-none type=radio name=ruby-controls value=NONE>
|
|
|
|
<label for=ruby-controls-none>Japanese Only</label>
|
|
|
|
<input id=ruby-controls-both type=radio name=ruby-controls value=BOTH checked>
|
|
|
|
<label for=ruby-controls-both>Both</label>
|
|
|
|
<input id=ruby-controls-hidden type=radio name=ruby-controls value=HIDDEN>
|
|
|
|
<label for=ruby-controls-hidden>English Only</label>
|
2023-05-08 20:12:11 -07:00
|
|
|
</fieldset>
|
|
|
|
</aside>
|
|
|
|
{{- end }}
|