Sha256: 4036dfec89a7c4b092a5e77c503af8a42872343e5ebdd9e222dacdeaf9f08fe6
Contents?: true
Size: 1.15 KB
Versions: 19
Compression:
Stored size: 1.15 KB
Contents
<%# -*- coding: utf-8 -*- -%> <% Template.target_binary_version(1.0) -%> <%= toc["title"] %> <%= toc["author"] %> <%= cover_chuki %> [#区切り線] <%= toc["story"] %> 掲載ページ: <a href="<%= toc["toc_url"] %>"><%= toc["toc_url"] %></a> [#区切り線] <% sections.each_with_index do |section, i| -%> [#改ページ] <% if section["chapter"] != "" -%> [#ページの左右中央] [#ここから柱]<%= toc["title"] %>[#ここで柱終わり] [#ここから大見出し] <%= section["chapter"] %>[#ここで大見出し終わり] [#改ページ] <% end -%> [#3字下げ][#ここから中見出し]<%= section["subtitle"].rstrip %>[#ここで中見出し終わり] <% if section["element"]["introduction"] != "" -%> [#ここから前書き] <%= section["element"]["introduction"] %> [#ここで前書き終わり] <% end -%> <%= section["element"]["body"] %> <% if section["element"]["postscript"] != "" -%> [#ここから後書き] <%= section["element"]["postscript"] %> [#ここで後書き終わり] <% end -%> <% end -%>
Version data entries
19 entries across 19 versions & 1 rubygems