# coding: utf-8 require_relative 'fig/module_fig_base' class Fig_P < Mustache include Fig_00 # <> # src: 画像ファイル名 # name: 姓 名 # huri: ふり・がな # width: 画像幅 # height: 画像高さ # cap: | # キャプション @template = < {{#imgs_list}} {{name}}氏 {{/imgs_list}}
{{name}}({{huri}})氏
{{caption}}
EOT end