|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div class="profile row">
|
|
|
|
<div class="profile row">
|
|
|
|
<h1 class="fullname"><!-- IF fullname -->{fullname}<!-- ELSE -->{username}<!-- ENDIF fullname --></h1>
|
|
|
|
<h1 class="fullname"><!-- IF fullname -->{fullname}<!-- ELSE -->{username}<!-- ENDIF fullname --></h1>
|
|
|
|
<h2 class="username">@{username}</h2>
|
|
|
|
<h2 class="username"><!-- IF !banned -->@{username}<!-- ELSE -->[[user:banned]]<!-- ENDIF !banned --></h2>
|
|
|
|
<!-- IF aboutme -->
|
|
|
|
<!-- IF aboutme -->
|
|
|
|
<span component="aboutme" class="text-center aboutme">{aboutme}</span>
|
|
|
|
<span component="aboutme" class="text-center aboutme">{aboutme}</span>
|
|
|
|
<!-- ENDIF aboutme -->
|
|
|
|
<!-- ENDIF aboutme -->
|
|
|
|