{% macro link_to(text, endpoint) -%} {{ text }} {%- endmacro %} {% macro render_grid_item(content) %}
{{content.get_summary()|truncate(255)|safe()}}
Published at {{ content.created_at.strftime('%H:%M of %m/%d/%Y') }}
{{content.get_summary()|truncate(255)|safe()}}
Published at {{ content.created_at.strftime('%H:%M of %m/%d/%Y') }}
{{content.get_summary()|truncate(140)|safe()}}
Published at {{ content.created_at.strftime('%H:%M of %m/%d/%Y') }}
{% with main_image=content.get_main_image_url(thumb=True, default=None) %}
{% if main_image %}
{% endif %}
{% endwith %}
{{ content.get_text()|safe() }}