Created
April 10, 2020 05:27
-
-
Save tk0miya/df1cc252cc7d66f9dcf6dc4ec8ae940c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends "!layout.html" %} | |
{% block content %} | |
<div class="notice" style="width: 100%; height: 24px; background-color: #ffe761; padding: 8px 20px 8px 20px;"> | |
このページは新しめのやつなので気をつけておくれやす。 っ[ぶぶづけ] | |
</div> | |
{{ super() }} | |
{% endblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
これを
_templates/
に置いておくとこうなる