<%
	motd = middleware.call_sync('system.advanced.config')['motd']
%>\
FreeBSD ?.?.?  (UNKNOWN)

	FreeNAS (c) 2009-2019, The FreeNAS Development Team
	All rights reserved.
	FreeNAS is released under the modified BSD license.

	For more information, documentation, help or support, go here:
	http://freenas.org
% if motd:
${motd}
% endif
