Skip to content

Instantly share code, notes, and snippets.

@tk0miya
Created April 10, 2020 05:27
Show Gist options
  • Select an option

  • Save tk0miya/df1cc252cc7d66f9dcf6dc4ec8ae940c to your computer and use it in GitHub Desktop.

Select an option

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

tk0miya commented Apr 10, 2020

Copy link
Copy Markdown
Author

これを _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