include post.template
This commit is contained in:
@@ -10,15 +10,17 @@ Template{% endblock %} {% block content %}
|
||||
</p>
|
||||
<hr />
|
||||
{% if post.id == 8 %}
|
||||
<div class="background-svg">
|
||||
<img
|
||||
src="{{ url_for('static', filename='animation.svg') }}"
|
||||
alt=""
|
||||
/>
|
||||
<br>
|
||||
<p>tree source: codepen @uchardon</p></div>
|
||||
<div class="background-svg">
|
||||
<img src="{{ url_for('static', filename='animation.svg') }}" alt="" />
|
||||
<br />
|
||||
<p>tree source: codepen @uchardon</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="blog-content">{{ post.content | safe }}</div>
|
||||
|
||||
{% include post.template %}
|
||||
|
||||
<a href="{{ url_for('home') }}" class="btn btn-default btn-custom"
|
||||
>← Back to Posts</a
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user