node.html.twig |
templates/classy/node.html.twig |
|
{%
set classes = [
'node',
'node--type-' ~ node.bundle|clean_class,
node.isPromoted() ? 'node--promoted',
node.isSticky() ? 'node--sticky',
not node.isPublished() ?… |
node.html.twig |
templates/stable/node.html.twig |
|
<article{{ attributes }}>
{% if display_submitted %}
<footer>
{{ author_picture }}
<div{{ author_attributes }}>
{% trans %}Submitted by {{ author_name }} on {{ date }}{% endtrans %}
{{ metadata }}
… |
node.html.twig |
templates/bartik/node.html.twig |
|
<article{{ attributes }}>
{% if display_submitted %}
<footer>
{{ author_picture }}
<div{{ author_attributes }}>
{% trans %}Submitted by {{ author_name }} on {{ date }}{% endtrans %}
{{ metadata }}
… |
show_title.info.yml |
show_title.info.yml |
|
show_title.info.yml |
show_title.module |
show_title.module |
|
Module Show Title. |