Initial commit: Grav CMS setup with HTML reference material
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{% set nonce_action = form.getNonceAction() ?? 'form' %}
|
||||
{% set nonce_name = form.getNonceName() ?? 'form-nonce' %}
|
||||
{% set nonce_value = form.getNonce() %}
|
||||
<input type="hidden" name="{{ nonce_name }}" value="{{ nonce_value }}" class="form-nonce-field" data-nonce-action="{{ nonce_action }}" />
|
||||
Reference in New Issue
Block a user