Operand

op allah, geez.

gram: op

> ./lib/op_web/components/layouts/root.html.heex

Lenses
(coming soon!)


<!DOCTYPE html>
<html data-theme="dim" lang="en" class="[scrollbar-gutter:stable]">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="csrf-token" content={get_csrf_token()} />
    <.live_title suffix=" · Operand Company">
      <%= assigns[:page_title] || "Op" %>
    </.live_title>

    <!--<link phx-track-static rel="stylesheet" href={~p"/assets/css/lib.css"} />-->
    <!-- <link phx-track-static rel="stylesheet" href={~p"/css/app.css"} /> -->
    <!-- <script defer phx-track-static type="module" src={~p"/js/app.js"}> -->
    <!-- </script> -->

    <link rel="icon" href="/images/favicon.ico" type="image/x-icon" />
    <PhoenixVite.Components.assets
      names={["js/app.js", "css/app.css"]}
      manifest={{:op, "priv/static/.vite/manifest.json"}}
      dev_server={PhoenixVite.Components.has_vite_watcher?(OpWeb.Endpoint)}
      to_url={fn p -> static_url(@conn, p) end}
    />
    <%= Application.get_env(:live_debugger, :live_debugger_tags) %>
  </head>
  <body class="antialiased">
    <%= @inner_content %>

    <!--
    <%= if Compile.mix_env == :prod do %>
      <script defer id="plausible" data-domain="operand.online" src="https://session.place/js/script.outbound-links.compat.js"></script>
      <script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
    <% end %>
    -->
  </body>
</html>