{% if post.url and not post.url.startswith('/') %} {{ post.platform.title()[:1] }} {% else %} {{ post.platform.title()[:1] }} {% endif %} {{ post.author }} • {% if post.source %} {{ post.source_display if post.source_display else ('r/' + post.source if post.platform == 'reddit' else post.source) }} • {% endif %} {{ moment(post.timestamp).fromNow() if moment else 'Recently' }} {% if post.url and not post.url.startswith('/') %} 🔗 {% endif %} {% if post.url and not post.url.startswith('/') %} {{ post.title }} {% else %} {{ post.title }} {% endif %} {% if post.content %} {{ post.content | safe | nl2br }} {% endif %} {% if post.url and not post.url.startswith('/') %} {% if post.platform == 'reddit' %} 🔺 View on Reddit {% elif post.platform == 'hackernews' %} 🧮 View on Hacker News {% elif post.platform == 'lobsters' %} 🦞 View on Lobsters {% elif post.platform == 'github' %} 🐙 View on GitHub {% elif post.platform == 'devto' %} 📝 View on Dev.to {% elif post.platform == 'stackexchange' %} 📚 View on Stack Overflow {% else %} 🔗 View Original Source {% endif %} {% endif %}
Comments ({{ comments|length }})
{% macro render_comment(comment, depth=0) %}No comments yet. Be the first to share your thoughts!