<section class="page-section bg-light" id="portfolio"> | |
<div class="container"> | |
<div class="text-center"> | |
<h2 class="section-heading text-uppercase">{{page.name}}</h2> | |
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3> | |
</div> | |
<h4>{{page.contents[0].title}}</h4> | |
<div>{{page.contents[0].value}}</div> | |
<br/> | |
<app-post></app-post> | |
</div> | |
</section> | |
<router-outlet></router-outlet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment