Fix import

This commit is contained in:
Felipe M 2018-03-24 16:16:46 +01:00
parent 9d044a453a
commit bc9f4df62c
Signed by: fmartingr
GPG key ID: 716BC147715E716F

View file

@ -1,7 +1,7 @@
{% extends "blog/_base.html" %} {% extends "blog/_base.html" %}
{% from "macros/blog.html" import render_blog_post %} {% from "macros/blog.html" import render_blog_post %}
{% from "macros/pagination.html" import render_pagination %} {% from "macros/pagination.html" import render_pagination %}
{% from "macros/comments.html" import render_count %} {% from "macros/comments.html" import disqus_count_script %}
{% block main_content %} {% block main_content %}
{% for child in this.pagination.items %} {% for child in this.pagination.items %}