Self-contained section that pulls the live job list from Greenhouse's public JSON API on every page load. New roles posted in Greenhouse appear automatically, no Webflow republish needed. Same dark list, green dept tags, gold "Apply →" arrows as the live careers page.
Paste the block below into a Webflow Embed element on the careers page where the roles list should sit. Replaces the previous <div id="grnhse_app"> + Greenhouse JS embed (don't keep both — they render the same data twice).
If your Webflow careers page currently has the stock Greenhouse JS embed, delete it and paste the new block in its place:
<div id="grnhse_app"></div> <script src="https://boards.greenhouse.io/embed/job_board/js?for=stateaffairs"></script>
Both fetch the same job data. Keeping both would render two roles lists on the page.