選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- {% extends "base.html" %}
-
- {% block content %}
-
- <div class="cell-margin text max-w-[65ch] lg:m-16 text-lg lg:text-xl">
- {{ about_text|safe }}
- </div>
-
- <div id="colophon" class="cell-margin text">
- {{ colophon_text | safe }}
- </div>
-
- {% endblock %}
|