This is a draft cheat sheet. It is a work in progress and is not finished yet.
                    
        
                
        
            
                                
            
                
                                                | Code Nuggets
                        
                                                            
                            | Must return object @Object.Method() |  
                            | Explicit notation @( code nugget here ) |  Code Blocks
                        
                                                            
                            | Denotes sections of code without the requirement of a return object @{ code block here } |  Content Markup
                        
                                                            
                            | Used in code block to denote a content sequence to render @: |  
                            | alternate method <text> render this </text> |  Comments
                        
                                                            
                            | Can be used for line, multi-line or entire section @    ...comment or code...  @ |  Layout Pages
                        
                                                            
                            | Denotes Body @RenderBody() |  
                            | Denotes Sections @RenderSection( [section] ) |  |  |  |  |  |