{{ if ( eq .Page.Params.requires_js true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_laravel true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_symfony true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_javascript true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_typescript true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_react true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_nextjs true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_remix true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_nuxtjs true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_hugo true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_vue true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_svelte true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_angular true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_astro true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_gatsby true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_meteorjs true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_solidjs true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_qwik true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_rails true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_phoenix true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_django true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_flask true) }}
{{ end }}
{{ if ( eq .Page.Params.requires_blazor true) }}
{{ end }}
{{ .Title | markdownify }}
{{ .Page.Params.Description | markdownify }}
{{ .Content }}