<div><!-- just a wrapper --> <div class="row"> <div class="col-md-12"> <h1 style="padding: 10px 0px 10px 0px;text-align: center;margin-bottom: 0px;" jhiTranslate="home.title">Browse our popular content</h1> <!-- <h4 style="margin-bottom: 50px" align="center" jhiTranslate="home.subtitle">An optional subheadline for additional information</h4> --> <div jhiTranslate="home.teaser" style="width: 100%; margin-left: auto; margin-right: auto; text-align: center;">teaser text </div> <div [ngSwitch]="isAuthenticated()"> <div class="alert alert-success" *ngSwitchCase="true"> <span id="home-logged-message" *ngIf="account" jhiTranslate="home.logged.message" [translateValues]="{ username: account.login }">You are logged in as user "{{ account.login }}".</span> </div> </div> <div><jhi-teaser-content ></jhi-teaser-content></div> </div> </div> </div>