2025-11-12 07:54:01 -08:00

85 lines
2.9 KiB
Plaintext

<!DOCTYPE html>
<html lang="en" class="h-full">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>
<%= meta('title') %>
</title>
<meta name="description" content="<%=meta('description') || 'aaaaa'%>" />
<meta property="og:title" content="<%=meta('title') || 'Futureporn.net'%>" />
<meta property="og:description" content="<%=meta('description') %>" />
<meta property="og:image" content="<%=meta('image') || '/android-chrome-512x512.png'%>" />
<meta property="og:url" content="<%=meta('path') ? `${meta('path')}` : meta('url') || `${request.url}`%>" />
<meta name="RATING" content="RTA-5042-1996-1400-1577-RTA" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.4/css/bulma.min.css">
<link rel="alternate" type="application/rss+xml" title="Futureporn VODs (RSS)" href="/vods/feed.xml">
<link rel="alternate" type="application/rss+xml" title="Futureporn VODs (Atom)" href="/vods/rss.xml">
<link rel="alternate" type="application/json" title="Futureporn VODs" href="/vods/feed.json">
<%- slots.head %> <%- datastar.scripts({realtime: true}) %>
</head>
<body class="h-full bg-gradient-to-br from-slate-50 via-blue-50 to-indigo-100 font-sans antialiased">
<div class="min-h-full flex flex-col">
<main class="flex-1 container mx-auto px-4 py-8 sm:px-6 lg:px-8">
<div class="max-w-4xl mx-auto">
<div class="space-y-8">
<!-- Header Section -->
<nav class="level">
<!-- Left side -->
<div class="level-left">
<div class="level-item">
<p class="subtitle is-5"><a href="/"><strong>Futureporn.net</strong></a></p>
</div>
</div>
<div class="level-right">
<% if (auth) { %>
<div class="level-item">
<a href="/account">Account</a>
</div>
<div class="level-item">
<a href="/auth/logout">Logout</a>
</div>
<% } else { %>
<div class="level-item">
<a href="/auth/login">Login</a>
</div>
<% } %>
</div>
</nav>
<%#
<div class="notification is-info" data-signals='{"showNotif": false}' data-show="$showNotif">
<button class="delete" data-on-click="$showNotif = false"></button>
<span data-text="$message"></span>
</div>
%>
<%- slots.body || slot%>
</div>
</div>
</main>
<footer class="footer mt-5">
<div class="content has-text-centered">
<p>
<strong>Futureporn <%= meta('version') %></strong> made with love by <a href="https://t.co/I8p0oH0AAB">@CJ_Clippy</a>.
</p>
<div class="notification is-warning">A lot of things are broken right now and may not work. Please check back again soon.</div>
</div>
</footer>
</div>
</body>
</html>