This website works better with JavaScript.
Explore
Help
Sign In
alpha
/
rank-king
Watch
1
Star
0
Fork
You've already forked rank-king
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61dfdcbcd4
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '61dfdcbcd4'
${ noResults }
rank-king
/
views
/
hello.phlex
8 lines
89 B
Raw
Normal View
History
Unescape
Escape
mu
1 year ago
def initialize(name:)
@name = name
end
mu
1 year ago
def template
mu
1 year ago
h1 { "👋 Hello #@name!" }
mu
1 year ago
end