Template Tags - ksp-media/laikacms GitHub Wiki

CMS Page Modul

Tags

Use other Template

@use('template-slug.html')

Sections

@section(<identifier>) 
content of the section
@endsection

Text

@editable_text(<identifier>)
Content
@endeditable_text

Textline

@editable_text_line(<identifier>)Text @endeditable_text_line

Moduleinclude

@module_include('Controller#Action','param1=value1&param2=value2...')@endmodule_include

Include Local Template

@template_file('local/path/to/template/from/base/dir')

Asset Tag

@editable_asset(<identifier>)/asset/path/@endeditable_asset
⚠️ **GitHub.com Fallback** ⚠️