Packages

Vox static site project generator. Provides a `mix vox.new` task to bootstrap a new Elixir application with Vox dependencies and a basic template to generate.

Current section

Files

Jump to
vox_new templates site _template.html.eex
Raw

templates/site/_template.html.eex

<div class="bg-zinc-200 p-3 rounded-lg">
<%%= @inner_content %>
</div>