Commit eb993184 authored by shadcn's avatar shadcn
Browse files

Update region templaet

parent 88804978
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
{#
/**
 * @file
 * Template for a region.
 */
#}
{% if content %}
  {{ content }}
{% endif %}