mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-18 12:31:27 +00:00
9 lines
141 B
PHP
9 lines
141 B
PHP
{!! strip_tags($header) !!}
|
|
|
|
{!! strip_tags($slot) !!}
|
|
@isset($subcopy)
|
|
|
|
{!! strip_tags($subcopy) !!}
|
|
@endisset
|
|
|
|
{!! strip_tags($footer) !!}
|