1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/lib/chess_web/templates/page/index.html.eex
2018-04-08 23:03:35 -04:00

8 lines
204 B
Elixir

<h2><%= gettext "Welcome" %></h2>
<p>
<%= gettext("%{login_link} or %{register_link} to get started",
login_link: login_link(@conn),
register_link: register_link(@conn)) |> raw %>
</p>