mirror of
				https://github.com/home-assistant/core.git
				synced 2025-11-04 08:29:37 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			435 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			435 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{%- if show_source and has_source and sourcename %}
 | 
						|
  <h3>{{ _('This Page') }}</h3>
 | 
						|
  <ul class="this-page-menu">
 | 
						|
  {%- if show_on_github_url %}
 | 
						|
    <li><a href="{{ show_on_github_url }}"
 | 
						|
           rel="nofollow">{{ _('Show on GitHub') }}</a></li>
 | 
						|
  {%- endif %}
 | 
						|
  {%- if edit_on_github_url %}
 | 
						|
    <li><a href="{{ edit_on_github_url }}"
 | 
						|
           rel="nofollow">{{ _('Edit on GitHub') }}</a></li>
 | 
						|
  {%- endif %}
 | 
						|
  </ul>
 | 
						|
{%- endif %}
 |