708 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			708 B
		
	
	
	
	
	
	
	
- Add view render file under `lib/sukaato_web/controllers` and template files under `lib/sukaato_web/controllers/*_html/`
- Move ".php" extension pages and associated assets from original website project's `public` directory to `lib/sukaato_web/controllers/page_html`
 - Remove or substitute PHP in ".php" extension pages with HEEX variables
 - Change file extension of ".php" extension pages to ".html.heex"
 - Define HEEX variables in template files under `lib/sukaato_web/controllers/*_html/` wherever appropriate, starting directly in the related function in the view render file