Packages

Helpers built to work with Phoenix's page struct to easily build HTML output for ZURB Foundation framework.

Current section

Files

Jump to
Raw

lib/zf.ex

defmodule Zf do
@moduledoc """
Documentation for Zf.
"""
@doc """
Hello world.
## Examples
iex> Zf.hello
:world
"""
def hello do
:world
end
end