summaryrefslogtreecommitdiff
path: root/priv/templates/mod.erl.dtl
blob: 2f5e09ea4de76c1acdd150c115b9f3cd973ae9cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
-module({{name}}).

%% API exports
-export([]).

%%====================================================================
%% API functions
%%====================================================================


%%====================================================================
%% Internal functions
%%====================================================================