diff --git a/packages/marko-web-theme-monorail/components/nodes/directory-section-feed-content.marko b/packages/marko-web-theme-monorail/components/nodes/directory-section-feed-content.marko
index b9671d158..52d4d6044 100644
--- a/packages/marko-web-theme-monorail/components/nodes/directory-section-feed-content.marko
+++ b/packages/marko-web-theme-monorail/components/nodes/directory-section-feed-content.marko
@@ -23,6 +23,7 @@ $ const requestQuote = defaultValue(input.requestQuote, true);
$ const displayFeaturedSocialLinks = defaultValue(input.displayFeaturedSocialLinks, false);
$ const socialLinks = getAsArray(content, "socialLinks");
$ const showSocial = socialLinks.length;
+$ const withCountry = defaultValue(input.withCountry, false);
// linkOffsite is an object like the following:
/**
{
@@ -73,7 +74,9 @@ $ const blockName = "section-feed-content-node";
-
+
+
+
-
+
+
+