15 lines
583 B
HTML
15 lines
583 B
HTML
{{ if .HasShortcode "ruby" -}}
|
|
<aside>
|
|
<fieldset id="ruby-controls">
|
|
<legend>Ruby</legend>
|
|
<input id="none" type="radio" name="ruby-controls" value="NONE" checked>
|
|
<label for="none">None</label>
|
|
<input id="both" type="radio" name="ruby-controls" value="BOTH" checked>
|
|
<label for="both">Both</label>
|
|
<input id="english-only" type="radio" name="ruby-controls" value="ENGLISH">
|
|
<label for="english-only">English</label>
|
|
<input id=hidden type=radio name=ruby-controls value=HIDDEN>
|
|
<label for=hidden>Hidden</label>
|
|
</fieldset>
|
|
</aside>
|
|
{{- end }}
|