go.charczuk.com@v0.0.0-20240327042549-bc490516bd1a/projects/kana-server/pkg/static/_views/quiz_settings.html (about)

     1  <!--
     2  Copyright (c) 2023 - Present. Will Charczuk. All rights reserved.
     3  Use of this source code is governed by a MIT license that can be found in the LICENSE file at the root of the repository.
     4  -->
     5  {{ define "quiz_settings" }}
     6  <span class="quiz-settings">
     7    {{ if .Hiragana }}
     8    <span class="quiz-setting">Hiragana</span>
     9    {{ end }}
    10    {{ if .Katakana }}
    11    <span class="quiz-setting">Katakana</span>
    12    {{ end }}
    13  </span>
    14  {{ end }}