datetime_lastmod_unix=$(get_lastmod_date_from_meta_file "$meta_file")
date_updated=$(date -u "+%Y-%m-%d" -d "@${datetime_lastmod_unix}")
replies=$(while read line; do prep_url "$line"; done < "$replies_file")
+captcha=$(escape_html "$(cat "$captcha_file" | sed -n 2p)" | prep_sed)
# Put data into template.
template=$(cat "$article_tmpl_file")
sed 's/%DATE_UPDATED%/'"$date_updated"'/g' | \
sed 's/%BODY%/'"$body"'/g' | \
sed 's/%LINKBACKS%/'"$replies"'/g' | \
+sed 's/%CAPTCHA%/'"$captcha"'/g' | \
tr '\a' '%'
<li><a href="http://example.org/">http://example.org/</a></li>
<li><a href="http://example.com/some$()wh%20at'da&quot;ngerusURL">http://example.com/some$()wh%20at'da&quot;ngerusURL</a></li>
</ul>
+Captcha: apple
</footer>
</article>
\ No newline at end of file