{% if page.hide_title %}
{% else %}
{{ page.title }}
{% include blog/post_info.html author=page.author date=page.date %}
{% endif %}
{% if page.bootstrap %}
{% endif %}
{{ content }}
{% if page.bootstrap %}
{% endif %}
{% include social/share_buttons.html %}
{% capture tag_list %}{{ page.tags | join: "|"}}{% endcapture %}
{% include default/tags_list.html tags=tag_list %}