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 %}