+ {% if post.url and not post.url.startswith('/') %}
+
+ {{ post.platform.title()[:1] }}
+
+ {% else %}
{{ post.platform.title()[:1] }}
+ {% endif %}