Introduction

Hello, I am Mathew Anderson. I love making websites and graphics. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Sir, P P Institute Of Science
xyzjonathan@gmail.com
www.xyz.com
Newyork, USA - 100001
Photos
@for (topcard of topcards; track topcard; let i = $index) { @if (i % 3 === 0 || (i - 1) % 3 === 0 || (i - 2) % 3 === 0) {
users
} }
@for(post of posts;track post.id){
user
{{ post.profile.name }}
{{ post.profile.time }}

{{ post.data.content }}

@if (hasFeaturedImages(post)) { @for (image of getFeaturedImages(post); track i; let i = $index) { featured image } } @if (hasOtherImages(post)) {
@for (image of getOtherImages(post); track i; let i = $index) {
regular image
}
} @if(post.data.video){ }
{{ post.data.likes.value }}
{{ post.data.comments.length }}
@for(comment of post.data.comments; track comment){
user {{ comment.profile.name }} {{ comment.profile.time }}

{{ comment.data.comment }}

{{ comment.data.likes.value }}
{{ comment.data.replies.length }}
@for (reply of comment.data.replies; track reply.id) {
user {{ reply.profile.name }} {{ reply.profile.time }}

{{ reply.data.comment }}

{{ reply.data.likes.value }}
} }
user
}