2017-12-15 01:17:46 +01:00
|
|
|
<div class="row">
|
|
|
|
<div class="post-header" style="background-image:url('{{post.featured_image_thumbnail_url}}');background-size:cover;width:100%;height:90vh;">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-offset-1 col-md-5"><h1 style="font-size:72pt;font-weight:800;">{{post.title.rendered}}</h1></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2017-11-09 19:40:49 +01:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-offset-1 col-md-10">
|
2017-12-15 01:17:46 +01:00
|
|
|
<div style="padding-bottom:30px;padding-top:30px;" ng-bind-html="content"></div>
|
2017-11-09 19:40:49 +01:00
|
|
|
</div>
|
|
|
|
</div>
|