10 lines
392 B
HTML
10 lines
392 B
HTML
|
<div class="col-md-4">
|
||
|
<div class="about bg-grey">
|
||
|
<img src="{{title_pic}}" width="200" alt="{{post_title}}">
|
||
|
<p>{{post_date}}</p>
|
||
|
<h4><a href="{{post_url}}">{{post_title}}</a></h4>
|
||
|
<p>{{post_announce}}</p>
|
||
|
<p><button type="button" onclick="location.href='{{post_url}}';" class="btn btn-secondary">READ MORE</button></p>
|
||
|
</div>
|
||
|
</div>
|