13 lines
464 B
HTML
13 lines
464 B
HTML
{{ if .HasShortcode "ruby" -}}
|
|
<aside>
|
|
<fieldset id="ruby-controls">
|
|
<legend>Ruby</legend>
|
|
<input id="none" type="radio" name="ruby-controls" value="NONE">
|
|
<label for="none">Japanese Only</label>
|
|
<input id="both" type="radio" name="ruby-controls" value="BOTH" checked>
|
|
<label for="both">Both</label>
|
|
<input id=hidden type=radio name=ruby-controls value=HIDDEN>
|
|
<label for=hidden>English Only</label>
|
|
</fieldset>
|
|
</aside>
|
|
{{- end }}
|