mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 07:22:34 +00:00
* wip * wip * cleanup * notification channels * phpstan * services * remove server types * refactoring * refactoring
8 lines
128 B
PHP
Executable File
8 lines
128 B
PHP
Executable File
{{ $site->domain }} {{ $site->getAliasesString() }} {
|
|
#[main]
|
|
@foreach($main ?? [] as $main)
|
|
{{ $main }}
|
|
@endforeach
|
|
#[/main]
|
|
}
|