13 lines
526 B
HTML
13 lines
526 B
HTML
{{ if .HasShortcode "ruby" -}}
|
|
<aside>
|
|
<fieldset id=ruby-controls>
|
|
<legend>Ruby</legend>
|
|
<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>
|
|
</fieldset>
|
|
</aside>
|
|
{{- end }}
|