No notes defined.
<div class='c-entity-embed c-entity-embed--guidelines c-entity-embed--teaser'>
<article class='c-guidelines guidelines type-guidelines c-guidelines--teaser'>
<div class='c-guidelines__content-wrapper'>
<h1 class='c-heading c-heading--minor'>
<a class='c-link c-link--minor ' href="#" itemprop="item" itemid="#"><span itemprop="name">First check-in</span></a>
</h1>
<div class='c-meta c-list-item__meta'>
<span class='c-meta__freeform'>
Check-ins
</span>
</div>
<ul>
<li>you haven't built an MVP yet
<li>you're trying to figure out which features to put in your MVP
<li>you're building an MVP but don't have anyone using it yet
<li>your MVP is taking longer than expected to launch
</ul>
</div>
</article>
</div>
{% if entity %}
<div class='{{ get_component_class( 'entity-embed', {
modifiers: [ entityType, entity.display.view_mode ]
} ) }}'>
{% include get_entity_template( entityType, entity.display ) with entity %}
</div>
{% endif %}
{
"entityType": "guidelines",
"entity": {
"display": {
"view_mode": "teaser"
},
"heading": {
"text": "First check-in",
"url": "#"
},
"content": "<ul><li>you haven't built an MVP yet <li>you're trying to figure out which features to put in your MVP <li>you're building an MVP but don't have anyone using it yet <li>your MVP is taking longer than expected to launch</ul>",
"meta": {
"items": [
"Check-ins"
]
}
}
}