mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-30 11:24:21 +01:00
4 lines
183 B
HTML
4 lines
183 B
HTML
<div class="alert alert-warning text-center" ng-if="(homeBlogpost != null) && (homeBlogpost != '') && (homeBlogpost != undefined)">
|
|
<span ng-bind-html="homeBlogpost"></span>
|
|
</div>
|