You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
20 lines
641 B
HTML
20 lines
641 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="scroll-smooth">
|
|
<head>
|
|
{% include head.html %}
|
|
</head>
|
|
<body class="min-h-screen bg-slate-50 text-slate-800 font-sans leading-relaxed" data-controller="anchor clipboard navigation tryit {{ page.data-controller }}">
|
|
{% include size-helper.html %}
|
|
{% include banner.html %}
|
|
{% include header.html %}
|
|
|
|
<div class="container max-w-7xl mx-auto px-4 lg:px-6 py-4">
|
|
<!-- Home page content doesn't need sidebar -->
|
|
{{ content }}
|
|
</div>
|
|
|
|
{% include footer.html %}
|
|
{% include scripts.html %}
|
|
</body>
|
|
</html>
|