dxpr_theme-5.0.1/templates/node--cms-news.html.twig
templates/node--cms-news.html.twig
{% set date = node.createdtime|date("l, F j, Y") %}
{% extends "node.html.twig" %}
{% block footer %}
{% if display_submitted and not teaser %}
<footer class="submitted">{% trans %}Posted on {{ date }}{% endtrans %}</footer>
{% endif %}
{{ content.flippy_pager }}
{% endblock %}