You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
374 B
8 lines
374 B
<h2 class="blog-title"> |
|
<a href="{{ url_for('blog', post_name=self.date()+'.html') }}" tabindex="0"> |
|
{% block title %}{% endblock %} |
|
</a> |
|
</h2> |
|
<h4 class="blog-date">{% block date %}{% endblock %}</h4> |
|
<summary class="blog-summary" tabindex="0"><p>{% block summary %}{% endblock %}</p></summary> |
|
<details class="blog-content">{% block content %}{% endblock %}</details>
|
|
|