← <%= t('cpost.back') %>

<% if (post.sourceAvatar) { %><% } %> <%= t('cpost.via') %> <% if (post.sourceUrl) { %><%= post.sourceName %> <% } else { %><%= post.sourceName %><% } %> <% if (post.published) { %><% } %>

<%= post.title %>

<% if (post.image) { %> <% } %>
<%= post.body %>
<% if (post.tags && post.tags.length) { %>
<% post.tags.forEach(function(t){ %> <% if (post.sourceTagBase) { %> #<%= t %> <% } else { %> #<%= t %> <% } %> <% }); %>
<% } %> <% if (post.originalUrl) { %>

<%= t('cpost.read_more', { source: post.sourceName }) %> →

<% } %>