Skip to content

Instantly share code, notes, and snippets.

@tk0miya
Created April 10, 2020 05:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tk0miya/df1cc252cc7d66f9dcf6dc4ec8ae940c to your computer and use it in GitHub Desktop.
Save tk0miya/df1cc252cc7d66f9dcf6dc4ec8ae940c to your computer and use it in GitHub Desktop.
{% extends "!layout.html" %}
{% block content %}
<div class="notice" style="width: 100%; height: 24px; background-color: #ffe761; padding: 8px 20px 8px 20px;">
このページは新しめのやつなので気をつけておくれやす。 っ[ぶぶづけ]
</div>
{{ super() }}
{% endblock %}
@tk0miya
Copy link
Author

tk0miya commented Apr 10, 2020

これを _templates/ に置いておくとこうなる

スクリーンショット 2020-04-10 14 27 37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment