<div class="content-meta">
    <time datetime="2023-08-24" class="">
        August 24, 2023
    </time>
    <span class="taxonomy"><a href="http://www.example.com"  class="">Taxonomy Tag</a></span>

</div>
{% if content_meta is not empty or block('content_meta_content') is not empty %}
<div class="content-meta">
  {% block content_meta_content %}
    {% include '@datetime' with { datetime: content_meta.datetime }  %}
    {% include '@taxonomy' with { taxonomy: content_meta.taxonomy } %} 
    {# {% include '@tag-list' with { tag_list: content_meta.tag_list }  %} #}
  {% endblock %}
</div>
{% endif %}
{
  "content_meta": {
    "taxonomy": {
      "tag": {
        "url": "http://www.example.com",
        "title": "Taxonomy Tag"
      }
    },
    "datetime": {
      "date": "now",
      "format": "F d, Y",
      "machine": "Y-m-d"
    },
    "sep": {
      "variant": "sep--pipe"
    },
    "tag_list": {
      "items": [
        {
          "link": {
            "title": "Term One",
            "url": "http://www.example.com/"
          }
        },
        {
          "link": {
            "title": "Term Two",
            "url": "http://www.example.com/"
          }
        },
        {
          "link": {
            "title": "Term Three",
            "url": "http://www.example.com/"
          }
        }
      ]
    }
  }
}

There are no notes for this item.