Sha256: 93263b26c8fa457563bd827d9cf078b64eb857c967b64a7549b462f9c69f41bb
Contents?: true
Size: 473 Bytes
Versions: 7
Compression:
Stored size: 473 Bytes
Contents
<div class="titlepage"> <h1 class="tp-title"><%= h(@config.name_of('booktitle')) %></h1> <% if @config['subtitle'] %> <h2 class="tp-subtitle"><%= h(@config.name_of('subtitle')) %></h2> <% end %> <% if @config['aut'] %> <h2 class="tp-author"><%= h(@config.names_of('aut').join(ReVIEW::I18n.t('names_splitter'))) %></h2> <% end %> <% if @config['pbl'] %> <h3 class="tp-publisher"><%= h(@config.names_of('pbl').join(ReVIEW::I18n.t('names_splitter'))) %></h3> <% end %> </div>
Version data entries
7 entries across 7 versions & 1 rubygems