Files
fet2020/fet2020/templates/posts/_posts_hero.html
2020-08-14 20:42:36 +00:00

8 lines
265 B
HTML

<a href="{% url 'posts.show' post.slug %}">
<div class="news-hero padding-bottom-1" style="background-image:url('{{post.imageurl}}')">
<div class="news-hero-text">
<h1>{{post.title}}</h1>
<h2>{{post.subtitle}}</h2>{{post}}
</div>
</div>
</a>