Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

stream_2020_article.html 330B

1234567891011
  1. {% extends "base_2020.html" %}
  2. {% block lang %}{{ page.lang }}{% endblock %}
  3. {% block title %}{{ page.title }}{% endblock %}
  4. {% block content %}
  5. <article>
  6. <h1>{{ page.title }}</h1>
  7. {{ page.content }}
  8. </article>
  9. <hr>
  10. <nav><a href="/david/">Accueil</a> • <a href="/david/stream/2020/">Stream 2020</a></nav>
  11. {% endblock content %}