mirror of https://github.com/dapr/docs.git
				
				
				
			
		
			
				
	
	
		
			10 lines
		
	
	
		
			386 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			386 B
		
	
	
	
		
			HTML
		
	
	
	
{{ $color := .Get "color" | default "primary" }}
 | 
						|
{{ $page := .Get "page" }}
 | 
						|
{{ $link := .Get "link" | default "#" }}
 | 
						|
{{ $text := .Get "text" }}
 | 
						|
{{ $newtab := .Get "newtab" | default "false" }}
 | 
						|
 | 
						|
{{- if $page -}}{{- $link = ref . $page -}}{{- end -}}
 | 
						|
 | 
						|
<a class="btn btn-{{ $color }}" href="{{ $link }}" role="button" {{- if eq $newtab "true" -}}target="_blank"{{- end -}}>{{ $text }}</a>
 |