triển khai drupal để làm FE

This commit is contained in:
NAS\NASPC
2026-05-27 09:01:38 +07:00
parent 6bdc2aa18f
commit 8b06a94852
242 changed files with 35975 additions and 21294 deletions
@@ -0,0 +1,17 @@
{#
/**
* @file
* Theme implementation to display a node.
*/
#}
<article{{ attributes.addClass('node-article') }}>
{% if not label is empty and not page %}
<h2{{ title_attributes }}>
<a href="{{ url }}" rel="bookmark">{{ label }}</a>
</h2>
{% endif %}
<div{{ content_attributes.addClass('node-content') }}>
{{ content }}
</div>
</article>