Created
October 21, 2020 09:42
-
-
Save mkubdev/b25a3c707c671c93194e92af5bda7f03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <section class="page-section bg-light" id="portfolio"> | |
| <div *ngIf="page" class="container"> | |
| <div class="text-center"> | |
| <h2 class="section-heading text-uppercase">{{page.Name}}</h2> | |
| <h3 class="section-subheading text-muted">How to build a simple blog in 10min with Strapi</h3> | |
| </div> | |
| <h4>{{page.content.Title}}</h4> | |
| <div>{{page.content.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