diff --git a/site/content/docs/4.3/getting-started/introduction.md b/site/content/docs/4.3/getting-started/introduction.md
index 7e32385f94..9d9a2870ef 100644
--- a/site/content/docs/4.3/getting-started/introduction.md
+++ b/site/content/docs/4.3/getting-started/introduction.md
@@ -37,20 +37,7 @@ Curious which components explicitly require our JavaScript and Popper.js? Click
Our `bootstrap.bundle.js` and `bootstrap.bundle.min.js` include [Popper](https://popper.js.org/). For more information about what's included in Bootstrap, please see our [contents](/docs/{{< param docs_version >}}/getting-started/contents/#precompiled-bootstrap) section.
-
-Show components requiring JavaScript
-{{< markdown >}}
-- Alerts for dismissing
-- Buttons for toggling states and checkbox/radio functionality
-- Carousel for all slide behaviors, controls, and indicators
-- Collapse for toggling visibility of content
-- Dropdowns for displaying and positioning (also requires [Popper.js](https://popper.js.org/))
-- Modals for displaying, positioning, and scroll behavior
-- Navbar for extending our Collapse plugin to implement responsive behavior
-- Tooltips and popovers for displaying and positioning (also requires [Popper.js](https://popper.js.org/))
-- Scrollspy for scroll behavior and navigation updates
-{{< /markdown >}}
-
+{{< partial "getting-started/components-requiring-javascript" >}}
## Starter template
diff --git a/site/layouts/partials/getting-started/components-requiring-javascript.html b/site/layouts/partials/getting-started/components-requiring-javascript.html
new file mode 100644
index 0000000000..4332a68848
--- /dev/null
+++ b/site/layouts/partials/getting-started/components-requiring-javascript.html
@@ -0,0 +1,14 @@
+
+ Show components requiring JavaScript
+
+ - Alerts for dismissing
+ - Buttons for toggling states and checkbox/radio functionality
+ - Carousel for all slide behaviors, controls, and indicators
+ - Collapse for toggling visibility of content
+ - Dropdowns for displaying and positioning (also requires Popper.js)
+ - Modals for displaying, positioning, and scroll behavior
+ - Navbar for extending our Collapse plugin to implement responsive behavior
+ - Tooltips and popovers for displaying and positioning (also requires Popper.js)
+ - Scrollspy for scroll behavior and navigation updates
+
+