All Tags
Triggers a 404 response
AssetRetrieves an Asset by its URL
AssetsFetches Assets from a container
CacheCaches a view chunk for performance gains
ChildrenFetch data from children of the current URL
CollectionFetches and filters entries in one or more collections.
Collection:CountFetches the number of entries in a collection
Collection:NextFetches the next entries in order.
Collection:PreviousFetches the previous entries in order.
CookieGet, set, check, and forget cookies.
DictionaryAllows you to loop through options from a Dictionary.
DumpDebugs variables in current view context
ForeachLoops through keys in a named key/value array
FormHandles the frontend side of your forms.
Form:CreateManages markup and success/error handling for forms.
Form:ErrorsProvides access to form errors.
Form:FieldsRecursive fields loop helper.
Form:SetWraps other form tags to group them by the same formset.
Form:SubmissionAccesses the data from a successful submission.
Form:SubmissionsFetches data from form submissions.
Form:SuccessThis is how you check if a form was successful outside of a form:create tag.
Get ContentFetches content by URL or ID
Get ErrorGets a validation error
Get ErrorsGets validation errors
Get FilesRetrieves and filters local files
Get SiteFetches a site's config, given it's handle.
GlideManipulates images on the fly
Glide:BatchManipulates a whole batch of <img> tags
Manipulates an image and returns a data URL
IncrementCreates incrementing indexes inside loops
InstalledDetermine whether or not a Composer package is installed.
LinkGenerates URLs
LocalesCreate links to localized content.
Locales:CountGet the number of localizations.
LoopLoop a specified number of times
MarkdownTransforms inline Markdown written in your template.
Markdown:IndentTransforms inline Markdown while ignoring whitespace
MixReturns the path to a versioned Mix file
Mount URLThe Mount URL tag is used to return the URL to a collection's mount entry.
NavCreates site navigations.
Nav:BreadcrumbsDisplay breadcrumb-style navigation links to your current page.
No CacheKeeps a chunk of your template dynamic inside of an otherwise cached area.
OAuthGenerate OAuth login URLs.
ObfuscateObfuscates content to foil screen-scraping nightmare bots from hell
ParentFetches data from a parent entry
PartialRenders a partial view
Partial:ExistsChecks if a partial exists.
Partial:If_ExistsRenders a partial if it exists.
Protect:Password_FormThis tag is used to create a custom content password protection form.
RedirectRedirects visitor to another URL
RouteGenerate URLs to your named routes
ScopeUsed to push all of the "root", or page scope data into an array to be used however you see fit.
SearchPerforms searches and displays matching results
SectionExtracts markup to be rendered elsewhere with yield.
SessionGet, set, check, and forget data in your user's session.
Session:DumpPeek into the user session for debugging purposes.
Session:FlashStore data for a single request.
Session:FlushClears the entire user session.
Session:ForgetRemove data from the user session.
Session:HasCheck if data exists in the user session.
Session:SetStore and persist data in the user session.
SVGRenders inline SVGs
SwitchLoops a given set of values repeatedly
TaxonomyFetches and filters terms in one or more taxonomies.
Taxonomy:CountFetches the number of terms in a taxonomy
TranslateRetrieve a string from a language file in the current locale.
User_GroupsFetch and iterate over User Groups and their data.
User_RolesFetch, and iterate over Users Roled and their data.
User:CanChecks if a user has a specific permission
User:Forgot_Password_FormCreates a "Forgot Password" form
User:InChecks if a user is in a specific user group
User:IsChecks if a user has a specific role
User:Login_FormCreates user login forms
User:LogoutLogs a user out and redirects them elsewhere
User:Logout_URLGenerates a user logout URL
User:Password_FormCreates a user password update form
User:ProfileFetches user data.
User:Profile_FormCreates user profile edit forms
User:Register_FormCreates user registration forms
User:Reset_Password_FormCreates a "Create a New Password" form
UsersFetch, filter, and iterate over Users and their data.
ViteReturns the path to Vite assets
Vite:ContentReturns the contents of a Vite asset
YieldDisplays content extracted elsewhere by the section tag