You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2026. It is now read-only.
Catch-all Faust route (under src/wp-templates) to handle any WordPress pages which inherit the singular template, e.g. articles and standalone pages. Model after existing single.tsx but wrap in styling to make the fetched HTML look nice and contained on the page.
Catch-all Faust route (under
src/wp-templates) to handle any WordPress pages which inherit thesingulartemplate, e.g. articles and standalone pages. Model after existingsingle.tsxbut wrap in styling to make the fetched HTML look nice and contained on the page.