Skip to content

Instantly share code, notes, and snippets.

@paveltyk
Last active September 11, 2019 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paveltyk/cb4fe40bd96b41f3345b121fce131643 to your computer and use it in GitHub Desktop.
Save paveltyk/cb4fe40bd96b41f3345b121fce131643 to your computer and use it in GitHub Desktop.
defmodule HealthyskinWeb.PageView do
use HealthyskinWeb, :view
def render("index.html", _assigns) do
{:safe, File.read!("assets/build/index.html")}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment