{% macro render_experience_post(post, from_index=false) %}
{% if from_index %}

{{ post.role }}

{{ post.location }}

{{ post.description }}

{% else %}

{{ post.role }}

{{ post.location }}

{{ post.description }}

{% endif %}
{{ post.start_date|dateformat('long') }} - {{ post.end_date|dateformat('long') }}
{% if render_disqus_comments is defined %}
{{ render_disqus_comments() }}
{% endif %} {% endmacro %}