Packages

A Fair Source multi-agent runtime with deterministic agent scoring and replayable run history.

Retired package: Deprecated - superseded — operator console moved to the Syntropy app

Current section

Files

Jump to
syntropy lib syntropy_web components layouts root.html.heex
Raw

lib/syntropy_web/components/layouts/root.html.heex

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="csrf-token" content={Plug.CSRFProtection.get_csrf_token()} />
<title>Syntropy</title>
<link phx-track-static rel="stylesheet" href="/assets/css/app.css" />
<script defer phx-track-static type="module" src="/assets/js/app.js">
</script>
</head>
<body>
<%= @inner_content %>
</body>
</html>