{% if blog_info.title != '' %} {{ blog_info.title }} {% else %} ... {% endif %}

{% if blog_info.tagline != '' %} {{ blog_info.tagline }} {% else %} ... {% endif %}

{% if social_lists == "" %}
ยังไม่กำหนด social network
{% endif %}

212