No notes defined.

<article class='c-post post type-post c-post--full'>
    <div class='c-post__content-wrapper'>

        <h1 class='c-heading c-heading--minor'>
            <a class='c-link c-link--minor ' href="#" itemprop="item" itemid="#"><span itemprop="name">Milestone Planning Tool</span></a>
        </h1>

        <div class='c-meta c-list-item__meta'>

            <span class='c-meta__freeform'>
                <strong>Post</strong> | <a href='#'>Entrepreneurship</a>
            </span>
        </div>
        <p>You should lay this out here. Think of every possible resource you need (for our example, it can be guidelines on how to do interviews, help of someone else to reach your customers, an online survey tool, etc.).</p>
    </div>
</article>
<article class='{{ get_entity_class( entityType, display ) }}'>
    <div class='c-{{ entityType }}__content-wrapper'>
        {% if highlight %}
            <div class='c-{{ entityType }}__highlight'>
                {% include get_template( highlight.component, highlight.type ) with highlight.config %}
            </div>
        {% endif %}
        
        {% include get_template( 'heading', 'unit' ) with heading|merge( { display: { modifiers: [ 'minor'] } } ) %}

        {% if meta %}
            {% include get_template( 'meta', 'unit') with meta|merge( { display: { component: 'list-item' } } ) %}
        {% endif %}

        {% if content %}
            {{ content|raw }}
        {% endif %}
    </div>
</article>
{
  "entityType": "post",
  "heading": {
    "text": "Milestone Planning Tool",
    "url": "#"
  },
  "content": "<p>You should lay this out here. Think of every possible resource you need (for our example, it can be guidelines on how to do interviews, help of someone else to reach your customers, an online survey tool, etc.).</p>",
  "meta": {
    "items": [
      "<strong>Post</strong>",
      "<a href='#'>Entrepreneurship</a>"
    ]
  }
}