# coding: utf-8 require 'mustache' require_relative 'fig/module_fig_base' class Fig_P < Mustache include Fig_00 # <> # src: 画像ファイル名 # width: 画像幅 # height: 画像高さ # name: 姓 名 # huri: ふり・がな # title: 肩書き # cap: | # プロフィール @template = < {{#imgs_list}} {{name}}氏 {{/imgs_list}}
{{name}}({{huri}})氏
{{title}}
{{& caption}}
EOT end