@extends('master') @section('title') Notes « @stop @section('content')
@foreach ($notes as $note)
@include('templates.note', ['note' => $note])
@endforeach
{!! $notes->render() !!} @stop @section('scripts') @stop @section('bio') @if ($homepage === true)

My name is Jonny Barnes, and jonnybarnes.uk is my site. I’m from Manchester, UK.

I am active to varying degrees on several silos:

My usual online nickname is normally jonnybarnes for other services. Here’s a profile pic. I also have a PGP key, with fingerprint. You can email me at jonny at my domain, or message me on XMPP using the same address.

@endif @stop