From 9f4e50f55608e5a0b5a9beb48fad13df06356ddc Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Wed, 3 Jul 2024 16:27:44 +0000 Subject: [PATCH] feat(cst): agency index template --- benefits/core/templates/core/index--cst.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 benefits/core/templates/core/index--cst.html diff --git a/benefits/core/templates/core/index--cst.html b/benefits/core/templates/core/index--cst.html new file mode 100644 index 000000000..91c3f5628 --- /dev/null +++ b/benefits/core/templates/core/index--cst.html @@ -0,0 +1,6 @@ +{% extends "core/agency-index.html" %} +{% load i18n %} + +{% block headline %} + {% translate "Get a reduced fare on CST public transportation when you tap to ride" %} +{% endblock headline %}