The MEntity full_name escaped for HTML

Property definitions

nitc :: html_model $ MEntity :: _html_full_name
	# The MEntity `full_name` escaped for HTML
	var html_full_name: String is lazy do return full_name.html_escape
src/doc/templates/html_model.nit:40,2--41,67