Skip to content

Instantly share code, notes, and snippets.

@BrianHicks
Created January 15, 2015 20:13
Show Gist options
  • Save BrianHicks/9b861c0c583844d0945a to your computer and use it in GitHub Desktop.
Save BrianHicks/9b861c0c583844d0945a to your computer and use it in GitHub Desktop.
<h1>Hello!</h1>
== <%= @test %> ==
defmodule <%= application_module %>.PageController do
use Phoenix.Controller
plug :action
def index(conn, _params) do
render conn, "index.html", test: "Bob"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment