<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ejs &#8211; くまぶろぐ。</title>
	<atom:link href="https://weblife.ppmp556.com/tag/ejs/feed/" rel="self" type="application/rss+xml" />
	<link>https://weblife.ppmp556.com</link>
	<description>フリーランスのWeb制作ブログ。Web制作やチーム制作、フリーランス活動について発信するブログ。</description>
	<lastBuildDate>Wed, 27 May 2026 23:44:27 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://weblife.ppmp556.com/wp-content/uploads/2021/04/kumadafabicon04.png</url>
	<title>ejs &#8211; くまぶろぐ。</title>
	<link>https://weblife.ppmp556.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">192677179</site>	<item>
		<title>【EJS】if文でパーツを出しわける</title>
		<link>https://weblife.ppmp556.com/ejs-if-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ejs-if-2</link>
					<comments>https://weblife.ppmp556.com/ejs-if-2/#respond</comments>
		
		<dc:creator><![CDATA[くまだ]]></dc:creator>
		<pubDate>Tue, 13 Aug 2024 08:30:00 +0000</pubDate>
				<category><![CDATA[Web制作]]></category>
		<category><![CDATA[ejs]]></category>
		<guid isPermaLink="false">https://weblife.ppmp556.com/?p=31181</guid>

					<description><![CDATA[どうも、くまだです。 EJSで、パーツをif文で出しわける方法について。 トップと下層で出しわける場合はこちら。 EJSでif文でパーツを出しわける 例えば、_c-commonButton.ejsに以下の記述。 これをi [&#8230;]]]></description>
		
					<wfw:commentRss>https://weblife.ppmp556.com/ejs-if-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">31181</post-id>	</item>
		<item>
		<title>【EJS】JSONファイルで出しわける</title>
		<link>https://weblife.ppmp556.com/ejs-json/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ejs-json</link>
					<comments>https://weblife.ppmp556.com/ejs-json/#respond</comments>
		
		<dc:creator><![CDATA[くまだ]]></dc:creator>
		<pubDate>Tue, 23 Apr 2024 08:30:00 +0000</pubDate>
				<category><![CDATA[Web制作]]></category>
		<category><![CDATA[ejs]]></category>
		<guid isPermaLink="false">https://weblife.ppmp556.com/?p=31186</guid>

					<description><![CDATA[どうも、くまだです。 JSONファイルを使って情報の出しわけをEJSで行う。 EJSでコンポーネントつくるやり方はこちら。 JSONファイルを使って情報を出しわける 例えば、以下のようなjsonファイルを用意します。 _ [&#8230;]]]></description>
		
					<wfw:commentRss>https://weblife.ppmp556.com/ejs-json/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">31186</post-id>	</item>
		<item>
		<title>【EJS】コンポーネントを作って変数設定</title>
		<link>https://weblife.ppmp556.com/ejs-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ejs-2</link>
					<comments>https://weblife.ppmp556.com/ejs-2/#respond</comments>
		
		<dc:creator><![CDATA[くまだ]]></dc:creator>
		<pubDate>Tue, 30 Jan 2024 08:30:00 +0000</pubDate>
				<category><![CDATA[Web制作]]></category>
		<category><![CDATA[ejs]]></category>
		<guid isPermaLink="false">https://weblife.ppmp556.com/?p=31156</guid>

					<description><![CDATA[どうも、くまだです。 EJSで、コンポーネント（パーツ）を作って変数設定して、セクションや場所ごとに変数の中身を書き換える。 for文使って要素ごとに情報出しわけるやり方はこちら。 コンポーネントを作って変数設定 例えば [&#8230;]]]></description>
		
					<wfw:commentRss>https://weblife.ppmp556.com/ejs-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">31156</post-id>	</item>
		<item>
		<title>【EJS】for文で要素ごとに情報を出しわける</title>
		<link>https://weblife.ppmp556.com/ejs-for/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ejs-for</link>
					<comments>https://weblife.ppmp556.com/ejs-for/#respond</comments>
		
		<dc:creator><![CDATA[くまだ]]></dc:creator>
		<pubDate>Tue, 08 Aug 2023 08:30:00 +0000</pubDate>
				<category><![CDATA[Web制作]]></category>
		<category><![CDATA[ejs]]></category>
		<guid isPermaLink="false">https://weblife.ppmp556.com/?p=30815</guid>

					<description><![CDATA[どうも、くまだです。 EJSでfor文を使って要素ごとに情報を出しわけるときのメモ。 過去にEJSの記事は、タイトルの出しわけを書いています。 EJSのメリットや感想。 なお、CSSを楽に書ける「Sass」については下記 [&#8230;]]]></description>
		
					<wfw:commentRss>https://weblife.ppmp556.com/ejs-for/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">30815</post-id>	</item>
		<item>
		<title>EJSのif文の書き方｜ページごとに表示内容を切り替える条件分岐の実装例【コード付き】</title>
		<link>https://weblife.ppmp556.com/ejs-if/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ejs-if</link>
					<comments>https://weblife.ppmp556.com/ejs-if/#respond</comments>
		
		<dc:creator><![CDATA[くまだ]]></dc:creator>
		<pubDate>Tue, 18 Oct 2022 08:30:00 +0000</pubDate>
				<category><![CDATA[Web制作]]></category>
		<category><![CDATA[ejs]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[効率化]]></category>
		<guid isPermaLink="false">https://weblife.ppmp556.com/?p=30323</guid>

					<description><![CDATA[どうも、くまだです。 最近EJSではじめてコーディングしたときのネタです。（ネタがなさすぎて）特段目新しいことをしているというわけではなく、自分用のメモに近いです。 トップページと下層ページで、EJSでコンテンツを出しわ [&#8230;]]]></description>
		
					<wfw:commentRss>https://weblife.ppmp556.com/ejs-if/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">30323</post-id>	</item>
		<item>
		<title>【EJS】超ざっくりEJSとメリット・デメリット</title>
		<link>https://weblife.ppmp556.com/ejs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ejs</link>
					<comments>https://weblife.ppmp556.com/ejs/#respond</comments>
		
		<dc:creator><![CDATA[くまだ]]></dc:creator>
		<pubDate>Tue, 07 Jun 2022 08:30:00 +0000</pubDate>
				<category><![CDATA[Web制作]]></category>
		<category><![CDATA[ejs]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[効率化]]></category>
		<guid isPermaLink="false">https://weblife.ppmp556.com/?p=30008</guid>

					<description><![CDATA[EJSのメリット、デメリットを超ざっくり簡単に紹介]]></description>
		
					<wfw:commentRss>https://weblife.ppmp556.com/ejs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">30008</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Disk: Enhanced  を使用したページ キャッシュ

Served from: weblife.ppmp556.com @ 2026-06-18 20:19:26 by W3 Total Cache
-->