
module {{ modulename }}{% if paramlist != '' %} #
 (
  {{ paramlist }}
 )
{%- endif %}
 (
  {{ portlist }}
 );
  {%- for item in items %}
  {{ item }}
  {%- endfor %}
endmodule

