Version 1
[yaffs-website] / web / core / modules / statistics / tests / themes / statistics_test_attached / node.html.twig
diff --git a/web/core/modules/statistics/tests/themes/statistics_test_attached/node.html.twig b/web/core/modules/statistics/tests/themes/statistics_test_attached/node.html.twig
new file mode 100644 (file)
index 0000000..03bb578
--- /dev/null
@@ -0,0 +1,24 @@
+<article{{ attributes }}>
+
+  {{ title_prefix }}
+  {% if not page %}
+    <h2{{ title_attributes }}>
+      <a href="{{ url }}" rel="bookmark">{{ label }}</a>
+    </h2>
+  {% endif %}
+  {{ title_suffix }}
+
+  {% if display_submitted %}
+    <footer>
+      {{ author_picture }}
+      <div{{ author_attributes }}>
+        {% trans %}Submitted by {{ author_name }} on {{ date }}{% endtrans %}
+        {{ metadata }}
+      </div>
+    </footer>
+  {% endif %}
+
+  <div{{ content_attributes }}>
+    {{ content.body }}
+  </div>
+</article>