anorgatarrak-wordpress-theme/partials/content.template.html

7 lines
171 B
HTML
Raw Normal View History

2017-11-09 19:40:49 +01:00
<div class="row">
<div class="col-md-offset-1 col-md-10">
<h1>{{post.title.rendered}}</h1>
<div style="padding-bottom:30px;" ng-bind-html="content"></div>
</div>
</div>