ERB:
*
ERB
ERB stands for Embedded Ruby, and is used to insert Ruby variables inside templates, e.g. HTML and YAML. ERB is a Ruby class that accepts text, and evaluates and replaces Ruby code surrounded by ERB markup.
Conventions:
.erb: e.g. .js.erb, .html.erb, .css.erb, etc.