Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit 861536d

Browse files
authored
Add deprecation comment to basic_landing_page template (#2897)
1 parent 852a859 commit 861536d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/site/layouts/basic_landing_page.drupal.liquid

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
{% comment %}
2+
NOTICE: This template has been migrated to next-build but is not yet released to production.
3+
Do not make changes here without also updating the corresponding next-build component.
4+
5+
The next-build component can be found here
6+
https://github.com/department-of-veterans-affairs/next-build/tree/main/src/components/basicLandingPage
7+
{% endcomment %}
8+
19
{% include "src/site/includes/header.html" %}
210
{% include "src/site/includes/preview-edit.drupal.liquid" %}
311
{% include "src/site/includes/breadcrumbs.drupal.liquid" with constructLcBreadcrumbs = true titleInclude = false %}

0 commit comments

Comments
 (0)